We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2dd6d1 commit c29fdc8Copy full SHA for c29fdc8
tests/integration-test.sh
@@ -11,7 +11,7 @@ if [[ ${UNAME:0:5} == Linux ]] ; then
11
else
12
13
if [[ $(uname) == Darwin ]] ; then
14
- PLATFORM=macos_intel
+ PLATFORM=macosx_intel
15
PKGEXT=tar.bz2
16
17
if [[ $(arch) == x86_64 ]] ; then
0 commit comments