Skip to content

Commit

Permalink
fix for bucketname cmd line option
Browse files Browse the repository at this point in the history
  • Loading branch information
jreadey committed Oct 17, 2023
1 parent de6082a commit 9a5a57b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hsds/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@ def main():
)
parser.add_argument(
"--bucket_name",
nargs=1,
type=str,
dest="bucket_name",
help='Name of the bucket to use (e.g., "hsds.test").',
Expand Down

0 comments on commit 9a5a57b

Please sign in to comment.