Fixed syntac error in update_source.sh.
This commit is contained in:
parent
943ad39016
commit
d54795176c
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ current_shell=$(basename "$SHELL")
|
||||||
|
|
||||||
# Run the appropriate command based on the detected shell
|
# Run the appropriate command based on the detected shell
|
||||||
case $current_shell in
|
case $current_shell in
|
||||||
bash)"
|
bash)
|
||||||
source ~/.bashrc || source ~/.bash_profile
|
source ~/.bashrc || source ~/.bash_profile
|
||||||
;;
|
;;
|
||||||
zsh)
|
zsh)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue