Skip to content

Commit b8871f1

Browse files
authored
Update main.cr
1 parent 24b84f3 commit b8871f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source-code/update-system/main.cr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ def perform_updates : {String, String, String, String, String, String, String, S
9696

9797
# Oh My Zsh Update
9898
display_header("Oh My Zsh Update")
99-
omz_success, _ = run_command("zsh -c "source ~/.zshrc && omz update"")
99+
omz_success, _ = run_command("zsh -c \"source ~/.zshrc && omz update\"")
100100
omz_status = get_status(omz_success)
101101

102102
# Distrobox Update

0 commit comments

Comments
 (0)