From bc65324ec18d5ba54773514858f4ca65178a109c Mon Sep 17 00:00:00 2001 From: JeremyStarTM Date: Sun, 2 Jun 2024 21:36:57 +0200 Subject: [PATCH] [DO NOT UPDATE] Fix message identation --- bin/updater | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/updater b/bin/updater index a838d93f..3cc05a03 100755 --- a/bin/updater +++ b/bin/updater @@ -27,9 +27,9 @@ case "${STAGE}" in [[ -f "${HOME}/.config/.jstm_dotfiles_updater" ]] && rm -rf "${HOME}/.config/.jstm_dotfiles_updater" echo ":: S1 | Update complete." - echo " Make sure to execute \"dotfiles-install-software\"" - echo " to install/update required software." - echo " Append \"--gui\" to install required GUI stuff." + echo " Make sure to execute \"dotfiles-install-software\"" + echo " to install/update required software." + echo " Append \"--gui\" to install required GUI stuff." ;; *)