We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24b84f3 commit b8871f1Copy full SHA for b8871f1
1 file changed
source-code/update-system/main.cr
@@ -96,7 +96,7 @@ def perform_updates : {String, String, String, String, String, String, String, S
96
97
# Oh My Zsh Update
98
display_header("Oh My Zsh Update")
99
- omz_success, _ = run_command("zsh -c "source ~/.zshrc && omz update"")
+ omz_success, _ = run_command("zsh -c \"source ~/.zshrc && omz update\"")
100
omz_status = get_status(omz_success)
101
102
# Distrobox Update
0 commit comments