From 9444b1fbd0b8032bbd5be1f57d2e4ab7bd4e0921 Mon Sep 17 00:00:00 2001 From: Andrei Jiroh Eugenio Halili Date: Tue, 13 Apr 2021 13:42:09 +0800 Subject: [PATCH] bootstrapper: Quick fix for syntax error tl;dr: Use double quotes instead of single ones on shell scripts --- dotfiles-bootstrapper-script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles-bootstrapper-script.sh b/dotfiles-bootstrapper-script.sh index 813c169..eb3a59e 100644 --- a/dotfiles-bootstrapper-script.sh +++ b/dotfiles-bootstrapper-script.sh @@ -66,7 +66,7 @@ if echo $OSTYPE | grep linux-android.*; then ln -s $HOME/.dotfiles/termux.gitconfig ~/.gitconfig echo "✔ Task completed successfully." - echo '==> Cleaning up to ensure no secrets are leaked..." + echo "==> Cleaning up to ensure no secrets are leaked..." history -c unset GH_USERNAME GH_PAT exit