Skip to content

Commit

Permalink
Update CNB tools
Browse files Browse the repository at this point in the history
  • Loading branch information
cf-buildpacks-eng committed Feb 7, 2020
1 parent 40cf12b commit 10af055
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ function main() {
shift 2
;;

"")
# skip if the argument is empty
shift 1
;;

*)
util::print::error "unknown argument \"${1}\""
esac
Expand Down

0 comments on commit 10af055

Please sign in to comment.