Skip to content

Commit ff4dcc2

Browse files
committed
Move comment
1 parent a67f024 commit ff4dcc2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

readthedocs/rtd_tests/utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ def make_test_git():
3636
log.info(check_output(['git', 'commit', '-m"init"'], env=env))
3737
log.info(check_output(['git', 'checkout', '-b', 'submodule'], env=env))
3838
# Add repo itself as submodule
39+
log.info(check_output(['git', 'checkout', '-b', 'submodule'], env=env))
3940
log.info(check_output(['git', 'submodule', 'add', '-b', 'master', './', 'submodule'], env=env))
4041
log.info(check_output(['git', 'add', '.'], env=env))
4142
log.info(check_output(['git', 'commit', '-m"Add submodule"'], env=env))

0 commit comments

Comments
 (0)