Fixed syntac error in update_source.sh.

This commit is contained in:
ajasibley 2023-05-25 02:46:49 -07:00
parent 943ad39016
commit d54795176c

View file

@ -5,7 +5,7 @@ current_shell=$(basename "$SHELL")
# Run the appropriate command based on the detected shell
case $current_shell in
bash)"
bash)
source ~/.bashrc || source ~/.bash_profile
;;
zsh)