Skip to content

Commit

Permalink
docker-library build - incorrect parent is an error
Browse files Browse the repository at this point in the history
  • Loading branch information
grooverdan authored and RazvanLiviuVarzaru committed Feb 5, 2025
1 parent 07971e7 commit e03c974
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/docker-library-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ case "${buildername#*ubuntu-}" in
;;
*)
echo "unknown base buildername $buildername"
exit 0
exit 1
;;
esac

Expand Down

0 comments on commit e03c974

Please sign in to comment.