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