diff options
author | Rasmus Steinke <rasi@xssn.at> | 2017-12-22 16:36:04 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-22 16:36:04 +0100 |
commit | b5df582f22a75aca900ea7858a22dd39ee6ba7b1 (patch) | |
tree | f04a701690f634d9e1ab656b8847108ea41aa88d | |
parent | 91a0829b690767b1734487f4af8766a586d7b1b7 (diff) | |
parent | daba596ef719b1cce5bb4941505d312e4dd35dbb (diff) | |
download | rofi-pass-b5df582f22a75aca900ea7858a22dd39ee6ba7b1.tar.gz |
Merge pull request #109 from nilcons-contrib/pass-typo-fix
Fix password -> pass typo in typeMenu
-rwxr-xr-x | rofi-pass | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -420,7 +420,7 @@ typeMenu () { fi case "$typefield" in '') exit;; - 'password') sleep $wait; typePass;; + 'pass') sleep $wait; typePass;; "${AUTOTYPE_field}") sleep $wait; autopass;; *) sleep $wait; typeField esac |