diff options
-rwxr-xr-x | doc/special_remotes/external/example.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/special_remotes/external/example.sh b/doc/special_remotes/external/example.sh index 2c35746d4..1a38e0e38 100755 --- a/doc/special_remotes/external/example.sh +++ b/doc/special_remotes/external/example.sh @@ -24,7 +24,7 @@ getconfig () { # Sets LOC to the location to use to store a key. calclocation () { ask DIRHASH "$1" - LOC="$mydirectory/$RET" + LOC="$mydirectory/$RET/$1" } # Asks for some value, and stores it in RET |