aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2019-05-22 23:38:28 -0300
committerEuAndreh <eu@euandre.org>2019-05-22 23:38:28 -0300
commit6ed4d411bde23bfb5060f9738e7f81f60b62e0f0 (patch)
treec6e995270e4620a07f0a7894b58752321ba3a285 /scripts
parentRevert "Remove Guix compatibility code." (diff)
downloaddotfiles-6ed4d411bde23bfb5060f9738e7f81f60b62e0f0.tar.gz
dotfiles-6ed4d411bde23bfb5060f9738e7f81f60b62e0f0.tar.xz
Add quotes to notmuch dump output (shellcheck offense)
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/backup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/backup.sh b/scripts/backup.sh
index 2baffea..a703114 100755
--- a/scripts/backup.sh
+++ b/scripts/backup.sh
@@ -26,7 +26,7 @@ fi
BACKUP_TAG="${1-default}"
yellow "Creating backup of notmuch data"
-notmuch dump --output=$HOME/mbsync/notmuch-dump.txt
+notmuch dump --output="$HOME/mbsync/notmuch-dump.txt"
green "Done"
yellow "Creating new borg archive entry"