Skip to content

Commit

Permalink
fix(rust): more parameter tests for rust builder
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenj committed May 7, 2024
1 parent 93fd9b3 commit 1674079
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion earthly/rust/scripts/std_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ def main():
rich.reconfigure(color_system="256")

for arg in sys.argv[1:]:
print(arg)
print("'''"+arg+"'''")

parser = argparse.ArgumentParser(description="Rust build processing.")
parser.add_argument(
Expand Down

0 comments on commit 1674079

Please sign in to comment.