Skip to content

Commit

Permalink
changed default sdm to apptainer
Browse files Browse the repository at this point in the history
  • Loading branch information
farchaab committed Oct 17, 2024
1 parent 8ec22cd commit b09174d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mess/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,8 @@ def common_options(func):
),
click.option(
"--sdm",
type=click.Choice(["conda", "apptainer"]),
default="conda",
type=click.Choice(["apptainer", "conda"]),
default="apptainer",
help="Software deplolyment method",
show_default=True,
),
Expand Down

0 comments on commit b09174d

Please sign in to comment.