Skip to content

Commit

Permalink
Use return instead of exit 0
Browse files Browse the repository at this point in the history
  • Loading branch information
dalefrancum committed Oct 1, 2024
1 parent f9d28c8 commit 997abaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion monochart/util/labels-update/check-if-already-updated.bash
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ check_release_is_monochart() {
if [[ "$chart" != spoton-monochart* ]]; then
message "ℹ️ ${RELEASE_NAME} is not spoton-monochart. Skipping."
export NEEDS_UPDATING=false
exit 0
return
fi
}

Expand Down

0 comments on commit 997abaa

Please sign in to comment.