Browse Source

-x option fixed, fix #1014

master
Luke Smith 1 year ago
parent
commit
b7b7f21d69
No known key found for this signature in database GPG Key ID: 4C50B54A911F6252
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      bin/mw

+ 1
- 1
bin/mw View File

@@ -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() {


Loading…
Cancel
Save