Skip to content

Commit c29fdc8

Browse files
committed
Fix typo
1 parent e2dd6d1 commit c29fdc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration-test.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ if [[ ${UNAME:0:5} == Linux ]] ; then
1111
else
1212

1313
if [[ $(uname) == Darwin ]] ; then
14-
PLATFORM=macos_intel
14+
PLATFORM=macosx_intel
1515
PKGEXT=tar.bz2
1616
else
1717
if [[ $(arch) == x86_64 ]] ; then

0 commit comments

Comments
 (0)