Skip to content

Commit 58a2b28

Browse files
committed
Fix syntax error.
1 parent 626f506 commit 58a2b28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ test-library:
1717
xcodebuild test \
1818
-configuration $(CONFIG) \
1919
-workspace ComposableArchitecture.xcworkspace \
20-
-scheme ComposableArchitecture
20+
-scheme ComposableArchitecture \
2121
-destination platform="$$platform" || exit 1; \
2222
done;
2323

0 commit comments

Comments
 (0)