diff options
author | EuAndreh <eu@euandre.org> | 2019-05-22 23:38:28 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2019-05-22 23:38:28 -0300 |
commit | 6ed4d411bde23bfb5060f9738e7f81f60b62e0f0 (patch) | |
tree | c6e995270e4620a07f0a7894b58752321ba3a285 /scripts | |
parent | Revert "Remove Guix compatibility code." (diff) | |
download | dotfiles-6ed4d411bde23bfb5060f9738e7f81f60b62e0f0.tar.gz dotfiles-6ed4d411bde23bfb5060f9738e7f81f60b62e0f0.tar.xz |
Add quotes to notmuch dump output (shellcheck offense)
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/backup.sh | 2 |
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" |