diff options
Diffstat (limited to 'src/password-store.sh')
-rwxr-xr-x | src/password-store.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/password-store.sh b/src/password-store.sh index 17b378f..411f467 100755 --- a/src/password-store.sh +++ b/src/password-store.sh @@ -11,7 +11,7 @@ GIT_DIR="$PREFIX/.git" GPG_OPTS="--quiet --yes --batch" export GIT_DIR -export GIT_DIR_WORK_TREE="$PREFIX" +export GIT_WORK_TREE="$PREFIX" version() { cat <<_EOF |