aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xotp.bash1
1 files changed, 0 insertions, 1 deletions
diff --git a/otp.bash b/otp.bash
index ef167dd..85e167c 100755
--- a/otp.bash
+++ b/otp.bash
@@ -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")"