Skip to content

Commit

Permalink
Update lib/galaxy/tool_util/deps/mulled/mulled_hash.py
Browse files Browse the repository at this point in the history
Co-authored-by: Nicola Soranzo <nicola.soranzo@gmail.com>
  • Loading branch information
2 people authored and jmchilton committed Nov 12, 2024
1 parent 9215298 commit 0ba4347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/galaxy/tool_util/deps/mulled/mulled_hash.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def main(argv=None):
parser.add_argument(
"targets", metavar="TARGETS", default=None, help="Comma-separated packages for calculating the mulled hash."
)
parser.add_argument("--hash", dest="hash", choices=["conda", "v1", "v2"], default="v2")
parser.add_argument("--hash", dest="hash", choices=IMAGE_FUNCS.keys(), default="v2")
args = parser.parse_args()
targets = target_str_to_targets(args.targets)
image_name = IMAGE_FUNCS[args.hash]
Expand Down

0 comments on commit 0ba4347

Please sign in to comment.