aboutsummaryrefslogtreecommitdiff
path: root/Remote/External
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-05-03 14:10:11 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-05-03 14:10:11 -0400
commit6a759f62bc7b5f1ee24c0b9989da8b977d796d63 (patch)
tree17ca6c75ce0f114bcf864a3f91ca531d187fa22d /Remote/External
parent58e511c9994ada62d70674cf4ed83270f5d60e8c (diff)
use DIRHASH-LOWER for consistency
Diffstat (limited to 'Remote/External')
-rw-r--r--Remote/External/Types.hs2
1 files changed, 1 insertions, 1 deletions
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