From d54795176cb7d74ce2a18d39a99e0ead85117ce3 Mon Sep 17 00:00:00 2001 From: ajasibley <125228925+ajasibley@users.noreply.github.com> Date: Thu, 25 May 2023 02:46:49 -0700 Subject: [PATCH] Fixed syntac error in update_source.sh. --- scripts/update_source.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/update_source.sh b/scripts/update_source.sh index 0c4c8c11a..5e4eab7e7 100644 --- a/scripts/update_source.sh +++ b/scripts/update_source.sh @@ -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)