We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00b7d3f commit 325cfd9Copy full SHA for 325cfd9
run-tests.sh
@@ -15,5 +15,5 @@ elif [ -n "$VALIDATOR_SUBSPEC" ]; then
15
elif [ -n "$CARTHAGE_PLATFORM" ]; then
16
cd Tests/Carthage && make test CARTHAGE_PLATFORM="$CARTHAGE_PLATFORM"
17
elif [ -n "${PACKAGE_MANAGER_COMMAND}" ]; then
18
- swift "${PACKAGE_MANAGER_COMMAND}"
+ swift ${PACKAGE_MANAGER_COMMAND}
19
fi
0 commit comments