aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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