diff options
author | Tad Fisher <tadfisher@gmail.com> | 2017-03-16 14:03:31 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-16 14:03:31 -0700 |
commit | 12e151e24d4ad8dbebd7ccc26c02fb8fbfc6c02e (patch) | |
tree | 923f7f1b1e956eea4eedc892092ee99112ba2cf4 | |
parent | b13ce53fc100b9c18494786deff934cb56ff1535 (diff) | |
parent | 6201daacf176008e135a7965d9aef9d4d4f8a0b8 (diff) | |
download | pass-otp-12e151e24d4ad8dbebd7ccc26c02fb8fbfc6c02e.tar.gz pass-otp-12e151e24d4ad8dbebd7ccc26c02fb8fbfc6c02e.zip |
Merge pull request #4 from Aimilius/master
Fix git integration
-rwxr-xr-x | otp.bash | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -45,6 +45,8 @@ otp_insert() { [[ $force -eq 0 && -e $passfile ]] && yesno "An entry already exists for $path. Overwrite it?" + set_git "$passfile" + mkdir -p -v "$PREFIX/$(dirname "$path")" set_gpg_recipients "$(dirname "$path")" |