From 7df69726386b88aab3c59bb8991224f7bc657443 Mon Sep 17 00:00:00 2001 From: JeremyStarTM Date: Sun, 19 May 2024 21:07:29 +0200 Subject: [PATCH] Fix missing double quote --- bin/updater | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/updater b/bin/updater index 5cc53fbf..92189257 100755 --- a/bin/updater +++ b/bin/updater @@ -8,7 +8,7 @@ if [ "$STAGE" == "1" ]; then rm -rf "$HOME/.config/.jstm_dotfiles_updater" echo ":: Update complete." echo " Please execute \"dotfiles-install-software\" to" - echo " install and update required software. + echo " install and update required software." else echo ":: Checking for updates" if [ ! "$1" == "--force" ] && [ "$(env SCRIPTED=true dotfiles-updatechecker)" == "" ]; then