Skip to content

Commit

Permalink
Actually fix it
Browse files Browse the repository at this point in the history
Signed-off-by: Brentley Jones <github@brentleyjones.com>
  • Loading branch information
brentleyjones committed Nov 14, 2024
1 parent 20c1493 commit 8f527c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xcodeproj/internal/xcodeproj_incremental_rule.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ def _write_autogeneration_config_file(
args = actions.args()
args.set_param_file_format("multiline")

args.add_all(config.get("test_options"), ["", ""])
args.add_all(config.get("test_options", ["", ""]))
args.add_all(
config.get("scheme_name_exclude_patterns", []),
omit_if_empty = False,
Expand Down

0 comments on commit 8f527c9

Please sign in to comment.