Fix missing double quote
This commit is contained in:
parent
903f683052
commit
7df6972638
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue