Skip to content

Commit 325cfd9

Browse files
committed
Unquote
1 parent 00b7d3f commit 325cfd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ elif [ -n "$VALIDATOR_SUBSPEC" ]; then
1515
elif [ -n "$CARTHAGE_PLATFORM" ]; then
1616
cd Tests/Carthage && make test CARTHAGE_PLATFORM="$CARTHAGE_PLATFORM"
1717
elif [ -n "${PACKAGE_MANAGER_COMMAND}" ]; then
18-
swift "${PACKAGE_MANAGER_COMMAND}"
18+
swift ${PACKAGE_MANAGER_COMMAND}
1919
fi

0 commit comments

Comments
 (0)