Skip to content

Commit 5d7fc9f

Browse files
Working on iOS GitHub CI
1 parent d9df88d commit 5d7fc9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/flutter_test_runners/example_deep_links/test_driver/deep_link_ios_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ void main() {
5151
print("Sending xcrun simctl terminate command...");
5252
final process = await Process.start(
5353
"sh",
54-
["-c", "xcrun", "simctl", "terminate", "booted", "\"$appBundleId\""],
54+
["-c", "xcrun simctl terminate booted \"$appBundleId\""],
5555
);
5656
print("terminate command process was started");
5757

0 commit comments

Comments
 (0)