From 17720fb8c3081208f07b948d83ab916e525f162e Mon Sep 17 00:00:00 2001 From: Salt Date: Tue, 30 Jun 2020 09:54:29 -0500 Subject: [PATCH] .profile: Fix hanging quote --- .profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.profile b/.profile index 3a21ae32..3e4b7281 100755 --- a/.profile +++ b/.profile @@ -266,7 +266,7 @@ if [ -d "$HOME/.dotfiles" ]; then printf 'Pulling...\n' $dotcmd pull printf 'Updating submodules...\n' - $dotcmd submodule update --init --recursive --remote' + $dotcmd submodule update --init --recursive --remote $dotcmd status" alias dotupgrade="\ printf 'Pulling...\n'