diff options
author | Joey Hess <joey@kitenet.net> | 2013-07-31 12:22:50 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-07-31 12:22:50 -0400 |
commit | a1bbb16b2a86325e35df1c4799b100dd503cd49d (patch) | |
tree | acf4452ce6e82a727b0b6d6136358d678bd30fd1 /doc/special_remotes | |
parent | 880cd680914db27759fdfe60bfcd6d4cd47a3b23 (diff) |
typo
Diffstat (limited to 'doc/special_remotes')
-rw-r--r-- | doc/special_remotes/hook.mdwn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/special_remotes/hook.mdwn b/doc/special_remotes/hook.mdwn index 31851a26f..d5c708e0a 100644 --- a/doc/special_remotes/hook.mdwn +++ b/doc/special_remotes/hook.mdwn @@ -97,6 +97,7 @@ case "$ANNEX_ACTION" in if demo-exists "$ANNEX_HASH_1/$ANNEX_HASH_2/$ANNEX_KEY"; then echo "$ANNEX_KEY" fi + ;; *) echo "unknown ANNEX_ACTION: $ANNEX_ACTION" >&2 exit 1 |