Skip to content

Commit

Permalink
Fixup: be consistent with _- args
Browse files Browse the repository at this point in the history
  • Loading branch information
asmacdo committed Apr 26, 2024
1 parent b087f5f commit c8ffdd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/duct.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ def create_and_parse_args():
help="Interval in seconds between status checks of the running process.",
)
parser.add_argument(
"--output_prefix",
"--output-prefix",
type=str,
default=os.getenv("DUCT_OUTPUT_PREFIX", f".duct/run-logs/{file_safe_iso}"),
help="Directory in which all logs will be saved.",
Expand Down

0 comments on commit c8ffdd1

Please sign in to comment.