Skip to content

Commit

Permalink
fix river_runoff underscore
Browse files Browse the repository at this point in the history
  • Loading branch information
TeaganKing committed Sep 20, 2024
1 parent 873ef25 commit b9d678b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cupid/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
@click.option("--land", "-lnd", is_flag=True, help="Run land component diagnostics")
@click.option("--seaice", "-ice", is_flag=True, help="Run sea ice component diagnostics")
@click.option("--landice", "-glc", is_flag=True, help="Run land ice component diagnostics")
@click.option("--river_runoff", "-rof", is_flag=True, help="Run river runoff component diagnostics")
@click.option("--river-runoff", "-rof", is_flag=True, help="Run river runoff component diagnostics")
@click.argument("config_path", default="config.yml")
def run(
config_path,
Expand Down

0 comments on commit b9d678b

Please sign in to comment.