Skip to content

Commit

Permalink
change 'return 1' to 'exit 1'
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanielmom committed Nov 6, 2022
1 parent eb9d360 commit df17e6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helper-scripts/update_compose.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ echo -e "\e[32mTrying to determine GLIBC version...\e[0m"
exit 0
else
echo -e "\e[33mWARNING: $COMPOSE_PATH is not writable, but new version $LATEST_COMPOSE is available (installed: $COMPOSE_VERSION)\e[0m"
return 1
exit 1
fi
fi
else
Expand Down

0 comments on commit df17e6b

Please sign in to comment.