Skip to content

Commit 631495c

Browse files
committed
Fix 'eixsts' typo
1 parent 765140c commit 631495c

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
@@ -187,7 +187,7 @@ def obtain_all_additional_swift_sources(
187187
continue
188188

189189
if os.path.isdir(os.path.join(repo_name, ".git")):
190-
print("Skipping clone of '" + repo_name + "', directory already eixsts")
190+
print("Skipping clone of '" + repo_name + "', directory already exists")
191191
continue
192192

193193
# If we have a url override, use that url instead of

0 commit comments

Comments
 (0)