Skip to content

Commit 2c6635f

Browse files
cgrindeljpsim
authored andcommitted
Fix the regex
Co-authored-by: JP Simard <[email protected]>
1 parent fa3f0a8 commit 2c6635f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ build:rules_xcodeproj --spawn_strategy=remote,worker,sandboxed,local
103103

104104
Alternatively, you can use the [--strategy_regexp] flag to target the relevant targets. For
105105
instance, if `Sources/BranchSDK/BNCContentDiscoveryManager.m` is not building properly, you can
106-
specify `--strategy_regexp=Compiling Sources/BranchSDK/.*=sandboxed` to use the `sandboxed` strategy
106+
specify `--strategy_regexp="Compiling Sources/BranchSDK/.*=sandboxed"` to use the `sandboxed` strategy
107107
for that file. The regular expression matches on the _description_ for the action.
108108

109109
### Why does this happen?

0 commit comments

Comments
 (0)