Skip to content

Commit dae9a81

Browse files
authored
Merge pull request #821 from xylar/update-e3sm-submodule
Update E3SM-Project submodule
2 parents afec8c0 + 3e22a23 commit dae9a81

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

E3SM-Project

Submodule E3SM-Project updated 687 files

utils/e3sm_update/test_e3sm_changes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def submit_e3sm_tests(submodule, repo_url, ocean_strings, landice_strings,
5555

5656
load_script = os.path.abspath(load_script)
5757

58-
commands = 'git submodule update --init'
58+
commands = f'git submodule update --init {submodule}'
5959
print_and_run(commands)
6060

6161
current_submodule = f'{submodule}-current'

0 commit comments

Comments
 (0)