Skip to content

Commit

Permalink
Update make-release.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Nick Boldt <nboldt@redhat.com>
  • Loading branch information
vinokurig and nickboldt committed Oct 11, 2023
1 parent 11c2d85 commit cf45d95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ buildImages() {
bash "$(pwd)/build/build.sh" --tag:${TAG}
if [[ $? -ne 0 ]]; then
echo "ERROR:"
echo "build of che-server image is failed!"
echo "build of che-server image $TAG is failed!"
exit 1
fi
}
Expand Down

0 comments on commit cf45d95

Please sign in to comment.