Skip to content

Commit b2903a9

Browse files
committed
[utils] Fix dir_name -> repo_name
1 parent 9252b88 commit b2903a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/update-checkout

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ def obtain_additional_swift_sources(
122122
shell.call(['git', '--git-dir', src_path, '--work-tree',
123123
os.path.join(SWIFT_SOURCE_ROOT, repo_name),
124124
'checkout', repo_branch], echo=False)
125-
with shell.pushd(os.path.join(SWIFT_SOURCE_ROOT, dir_name),
125+
with shell.pushd(os.path.join(SWIFT_SOURCE_ROOT, repo_name),
126126
dry_run=False, echo=False):
127127
shell.call(["git", "submodule", "update", "--recursive"],
128128
echo=False)

0 commit comments

Comments
 (0)