Skip to content

Commit dcc57af

Browse files
mbrandonwp4checo
authored andcommitted
Fix syntax error.
(cherry picked from commit 58a2b28ffc65dbcf222ae52e1600bf2939eec476)
1 parent 6946972 commit dcc57af

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)