Skip to content

Commit

Permalink
Merge pull request #821 from xylar/update-e3sm-submodule
Browse files Browse the repository at this point in the history
Update E3SM-Project submodule
  • Loading branch information
xylar authored May 8, 2024
2 parents afec8c0 + 3e22a23 commit dae9a81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion E3SM-Project
Submodule E3SM-Project updated 687 files
2 changes: 1 addition & 1 deletion utils/e3sm_update/test_e3sm_changes.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def submit_e3sm_tests(submodule, repo_url, ocean_strings, landice_strings,

load_script = os.path.abspath(load_script)

commands = 'git submodule update --init'
commands = f'git submodule update --init {submodule}'
print_and_run(commands)

current_submodule = f'{submodule}-current'
Expand Down

0 comments on commit dae9a81

Please sign in to comment.