Skip to content

Commit 178d083

Browse files
committed
Updating github-config
1 parent 024cab7 commit 178d083

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/.util/tools.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ function util::tools::pack::install() {
158158

159159
util::print::title "Installing pack ${version}"
160160

161-
os=$(util::tools::os)
161+
os=$(util::tools::os macos)
162162
arch=$(util::tools::arch --blank-amd64)
163163

164164
curl "https://github.com/buildpacks/pack/releases/download/${version}/pack-${version}-${os}${arch:+-$arch}.tgz" \

0 commit comments

Comments
 (0)