Skip to content

Commit 301547e

Browse files
committed
Move comment
1 parent a67f024 commit 301547e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readthedocs/rtd_tests/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ def make_test_git():
3434
log.info(check_output(['git', 'init'] + [directory], env=env))
3535
log.info(check_output(['git', 'add', '.'], env=env))
3636
log.info(check_output(['git', 'commit', '-m"init"'], env=env))
37-
log.info(check_output(['git', 'checkout', '-b', 'submodule'], env=env))
3837
# Add repo itself as submodule
38+
log.info(check_output(['git', 'checkout', '-b', 'submodule'], env=env))
3939
log.info(check_output(['git', 'submodule', 'add', '-b', 'master', './', 'submodule'], env=env))
4040
log.info(check_output(['git', 'add', '.'], env=env))
4141
log.info(check_output(['git', 'commit', '-m"Add submodule"'], env=env))

0 commit comments

Comments
 (0)