summaryrefslogtreecommitdiffstats
path: root/.local
diff options
context:
space:
mode:
Diffstat (limited to '.local')
-rwxr-xr-x.local/bin/otp2
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/otp b/.local/bin/otp
index 3b31363..1726b1a 100755
--- a/.local/bin/otp
+++ b/.local/bin/otp
@@ -33,7 +33,7 @@ case $choice in
if echo "$info" | pass otp insert "$otp"; then
while true ; do
- export name="$(prinf | dmenu -p "Give this One Time Password a one-word name:")"
+ export name="$(dmenu -p "Give this One Time Password a one-word name:")"
echo "$name" | grep -q -- "^[A-z0-9-]\+$" && break
done
pass mv "$otp" "$name-otp"