Skip to content

Commit

Permalink
fix(install): return with right error code (anchore#1915)
Browse files Browse the repository at this point in the history
This resolves anchore#1566.

Signed-off-by: Lorenzo Orsatti <[email protected]>
Co-authored-by: Christopher Phillips <[email protected]>
  • Loading branch information
lorsatti and spiffcs authored Jul 6, 2023
1 parent db24997 commit 693a468
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -694,6 +694,6 @@ main() (
set +u
if [ -z "${TEST_INSTALL_SH}" ]; then
set -u
main "$@"
exit $(main "$@")
fi
set -u

0 comments on commit 693a468

Please sign in to comment.