Skip to content

Commit

Permalink
fixing typoin --help
Browse files Browse the repository at this point in the history
  • Loading branch information
cwhitlock-NOAA committed Jul 24, 2024
1 parent cd93fce commit bef6c26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fre/pp/frepp.py
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ def configure_xml(context, xml, platform, target, experiment, do_analysis, histo
)
@click.pass_context
def wrapper(context, experiment, platform, target, config_file, branch='main'):
""" - Execute fre pp checkout """
""" - Execute fre pp steps in order """
context.forward(runFre2pp)

if __name__ == "__main__":
Expand Down

0 comments on commit bef6c26

Please sign in to comment.