diff options
| author | krisdoodle45 <86745210+krisdoodle45@users.noreply.github.com> | 2022-01-21 23:17:21 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-21 22:17:21 +0000 |
| commit | ebcc52f1fb26304ad5adf0a6fd6c14f074f933c4 (patch) | |
| tree | bba8a0f1992085f02fa923cd8e847157909ce895 /.local | |
| parent | 5f3576da169c7dc15dfb7e7d6e2f71db27583354 (diff) | |
| download | eibhear-ebcc52f1fb26304ad5adf0a6fd6c14f074f933c4.tar.gz eibhear-ebcc52f1fb26304ad5adf0a6fd6c14f074f933c4.tar.zst eibhear-ebcc52f1fb26304ad5adf0a6fd6c14f074f933c4.zip | |
otp script: Printf is not needed here (#1062)
Diffstat (limited to '.local')
| -rwxr-xr-x | .local/bin/otp | 2 |
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" |
