Skip to content

Commit

Permalink
Update checkoutScript.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kiihne-noaa authored Nov 14, 2024
1 parent e658eb7 commit 96f79ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fre/pp/checkoutScript.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def _checkoutTemplate(experiment, platform, target, branch=None):
sys.exit(stop_report)
return 1
else: #scenario 1
subprocess.run(['git', 'clone', f'--branch={default_tag}', '--recursive', 'https://github.com/NOAA-GFDL/fre-workflows.git', f'{name}'])
subprocess.run(['git', 'clone', '-b',f'{default_tag}', '--recursive', 'https://github.com/NOAA-GFDL/fre-workflows.git', f'{name}'])


#############################################
Expand Down

0 comments on commit 96f79ef

Please sign in to comment.