Skip to content

Commit

Permalink
Add missing +
Browse files Browse the repository at this point in the history
  • Loading branch information
imnasnainaec committed Oct 3, 2024
1 parent 34d2028 commit 00ed233
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/scripts/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ def main() -> None:
if args.quiet:
build_cmd += ["--quiet"]
else:
build_cmd = ["--progress", "plain"]
build_cmd += ["--progress", "plain"]
if args.no_cache:
build_cmd += ["--no-cache"]
if args.pull:
Expand Down

0 comments on commit 00ed233

Please sign in to comment.