diff options
-rwxr-xr-x | otp.bash | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -45,7 +45,6 @@ otp_insert() { [[ $force -eq 0 && -e $passfile ]] && yesno "An entry already exists for $path. Overwrite it?" - local passfile="$PREFIX/$path.gpg" set_git "$passfile" mkdir -p -v "$PREFIX/$(dirname "$path")" |