From ae2e7d7229e9e9c316e1148e47ed4b97973edc02 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Wed, 10 Nov 2021 10:24:21 +0000 Subject: [PATCH] chore(iterm2): shellcheck + shfmt --- iterm2/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iterm2/install.sh b/iterm2/install.sh index 31d3794..47c6bcf 100644 --- a/iterm2/install.sh +++ b/iterm2/install.sh @@ -26,7 +26,7 @@ function _install_iterm2() { fi if [[ -d ~/Applications/iTerm.app ]]; then - mv ~/Applications/iTerm.app ${WEBI_TMP}/iTerm.app-webi.bak + mv ~/Applications/iTerm.app "${WEBI_TMP}/iTerm.app-webi.bak" fi mv "${WEBI_TMP}/iTerm.app" ~/Applications/ } -- 2.25.1