.profile: Fix hanging quote
This commit is contained in:
parent
eca2496b6c
commit
17720fb8c3
2
.profile
2
.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'
|
||||
|
Loading…
Reference in New Issue
Block a user