bootstrapper: Quick fix for syntax error

tl;dr: Use double quotes instead of single ones on shell scripts
This commit is contained in:
Andrei Jiroh Eugenio Halili 2021-04-13 13:42:09 +08:00 committed by GitHub
parent dc281907da
commit 9444b1fbd0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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