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 8ef6ea5..282674f 100755
--- a/rofi-pass
+++ b/rofi-pass
@@ -500,7 +500,7 @@ if [[ -f "$HOME/.config/rofi-pass/config" ]]; then
fi
# create tmp dir
-if [[ ! -d $HOME/.cache/rofi-pass ]]; then
+if [[ ! -d "$HOME/.cache/rofi-pass" ]]; then
mkdir "$HOME/.cache/rofi-pass"
fi