Skip to content

Commit 65d7f4d

Browse files
Merge pull request #1550 from paketo-buildpacks/dmikusa-patch-1
Update create-package.sh
2 parents a758bb1 + 237d51a commit 65d7f4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

octo/create-package.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
set -xuo pipefail
3+
set -euo pipefail
44

55
# With Go 1.20, we need to set this so that we produce statically compiled binaries
66
#

0 commit comments

Comments
 (0)