diff options
author | Luke Smith <luke@lukesmith.xyz> | 2025-04-11 08:26:40 +0200 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2025-04-11 08:26:40 +0200 |
commit | b7b7f21d692048f34287615312ebc9385cd3c378 (patch) | |
tree | edb4901b9f5a20ae58b55aa33a0c696d5dc3df15 | |
parent | 0f9cf65e104f04ab8b17dbd80c96646332fcb9bf (diff) |
-rwxr-xr-x | bin/mw | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -194,7 +194,7 @@ askinfo() { } insertpass() { - printf "%s" "$password" | pass insert -fe "$PASSWORD_STORE_DIR/$passprefix$fulladdr" + printf "%s" "$password" | pass insert -fe "$passprefix$fulladdr" } errorexit() { |