From 8c5e834b60d5135123e779ed4a56f514fa45660f Mon Sep 17 00:00:00 2001 From: Benjamin Denhartog Date: Tue, 1 May 2018 15:44:49 -0700 Subject: fix missing secret name when reading secret in `cmd_otp_append` closes #75 --- otp.bash | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/otp.bash b/otp.bash index 25ac459..5c06dc5 100755 --- a/otp.bash +++ b/otp.bash @@ -256,8 +256,9 @@ cmd_otp_append() { [[ $err -ne 0 || $# -ne 1 ]] && die "Usage: $PROGRAM $COMMAND append [--force,-f] [--echo,-e] [--secret, -s] [--issuer,-i issuer] [--account,-a account] pass-name" - local prompt uri + local uri local path="${1%/}" + local prompt="$path" local passfile="$PREFIX/$path.gpg" [[ -f $passfile ]] || die "Passfile not found" -- cgit v1.2.3