aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRasmus Steinke <rasi@xssn.at>2017-12-22 16:36:04 +0100
committerGitHub <noreply@github.com>2017-12-22 16:36:04 +0100
commitb5df582f22a75aca900ea7858a22dd39ee6ba7b1 (patch)
treef04a701690f634d9e1ab656b8847108ea41aa88d
parent91a0829b690767b1734487f4af8766a586d7b1b7 (diff)
parentdaba596ef719b1cce5bb4941505d312e4dd35dbb (diff)
downloadrofi-pass-b5df582f22a75aca900ea7858a22dd39ee6ba7b1.tar.gz
Merge pull request #109 from nilcons-contrib/pass-typo-fix
Fix password -> pass typo in typeMenu
-rwxr-xr-xrofi-pass2
1 files changed, 1 insertions, 1 deletions
diff --git a/rofi-pass b/rofi-pass
index cf51668..0835265 100755
--- a/rofi-pass
+++ b/rofi-pass
@@ -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