Skip to content

Commit 25d83d1

Browse files
Working on iOS GitHub CI
1 parent 51df910 commit 25d83d1

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
@@ -55,7 +55,7 @@ void main() {
5555
// );
5656
final process = await Process.start(
5757
"xcrun",
58-
["simctl", "terminate", "booted", "\"$appBundleId\""],
58+
["simctl", "terminate", "booted", "'$appBundleId'"],
5959
runInShell: true,
6060
);
6161
print("terminate command process was started");

0 commit comments

Comments
 (0)