summaryrefslogtreecommitdiff
path: root/credentials/getmuttpass
diff options
context:
space:
mode:
Diffstat (limited to 'credentials/getmuttpass')
-rwxr-xr-xcredentials/getmuttpass2
1 files changed, 1 insertions, 1 deletions
diff --git a/credentials/getmuttpass b/credentials/getmuttpass
index 926a342..ee25584 100755
--- a/credentials/getmuttpass
+++ b/credentials/getmuttpass
@@ -1,5 +1,5 @@
#!/bin/bash
pass=$(gpg2 --decrypt --quiet ~/.config/mutt/credentials/$1.gpg)
-pass=$(printf "%q" $pass)
+pass=$(printf '%q' $pass)
echo set smtp_pass=\"$pass\"
echo set imap_pass=\"$pass\"