Skip to content

Commit

Permalink
Tweak syntax to be correct
Browse files Browse the repository at this point in the history
  • Loading branch information
amd-chrissosa committed Feb 12, 2025
1 parent 25da84f commit 49bddcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_tools/fetch_sources.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def run(args):
str(repo_tool_path),
"init",
"-v",
if not args.repo_verify: "--no-repo-verify" else "",
"--no-repo-verify" if not args.repo_verify else "",
"-u",
args.manifest_url,
"-m",
Expand Down

0 comments on commit 49bddcb

Please sign in to comment.