diff options
author | Joey Hess <joey@kitenet.net> | 2013-12-27 02:12:33 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-12-27 02:12:33 -0400 |
commit | 352b4c673910a462fa4837db833c8f204923e453 (patch) | |
tree | 9ea0cbfa50ee24c5329f98b3a4e04f942fe6af0d | |
parent | 245b3eb1a5f2a9b786c297be3d45aecab29d6110 (diff) |
fix bug (no type safe protocol stuff here, alas..)
-rwxr-xr-x | doc/special_remotes/external/example.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/special_remotes/external/example.sh b/doc/special_remotes/external/example.sh index b42a8520d..53a00a557 100755 --- a/doc/special_remotes/external/example.sh +++ b/doc/special_remotes/external/example.sh @@ -72,6 +72,7 @@ while read line; do # special remote here. getconfig directory mydirectory="$RET" + echo PREPARE-SUCCESS ;; TRANSFER) key="$3" |