diff options
author | Tad Fisher <tad@simple.com> | 2017-03-20 09:45:29 -0700 |
---|---|---|
committer | Tad Fisher <tad@simple.com> | 2017-03-20 09:45:29 -0700 |
commit | 9ac7b84afb6e2f7a93d6a3ecc7dfcaa5a3c15083 (patch) | |
tree | 1da6a3dfb7c420a2b810d91fc5aa197601f7e3da | |
parent | 38482e42167a898c5881170f1e8fe0a7a9599214 (diff) | |
download | pass-otp-9ac7b84afb6e2f7a93d6a3ecc7dfcaa5a3c15083.tar.gz pass-otp-9ac7b84afb6e2f7a93d6a3ecc7dfcaa5a3c15083.zip |
Fix commit message
-rwxr-xr-x | otp.bash | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -143,7 +143,7 @@ cmd_otp_insert() { otp_parse_uri "$uri" - otp_insert "$path" $force "$otp_uri" "Add OTP secret for $2 to store." + otp_insert "$path" $force "$otp_uri" "Add OTP secret for $path to store." } cmd_otp_code() { |