From 6a759f62bc7b5f1ee24c0b9989da8b977d796d63 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 3 May 2016 14:10:11 -0400 Subject: use DIRHASH-LOWER for consistency --- Remote/External/Types.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Remote/External/Types.hs') diff --git a/Remote/External/Types.hs b/Remote/External/Types.hs index 9050d0a84..2ce498341 100644 --- a/Remote/External/Types.hs +++ b/Remote/External/Types.hs @@ -199,7 +199,7 @@ instance Proto.Receivable RemoteRequest where parseCommand "VERSION" = Proto.parse1 VERSION parseCommand "PROGRESS" = Proto.parse1 PROGRESS parseCommand "DIRHASH" = Proto.parse1 DIRHASH - parseCommand "DIRHASH_LOWER" = Proto.parse1 DIRHASH_LOWER + parseCommand "DIRHASH-LOWER" = Proto.parse1 DIRHASH_LOWER parseCommand "SETCONFIG" = Proto.parse2 SETCONFIG parseCommand "GETCONFIG" = Proto.parse1 GETCONFIG parseCommand "SETCREDS" = Proto.parse3 SETCREDS -- cgit v1.2.3