Skip to content

Commit d75dfbe

Browse files
committed
Fix typo
1 parent 8bf9554 commit d75dfbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

external/buildscripts/build.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@
285285
{
286286
# Check out on the fly
287287
print(">>> Checking out mono build tools extra to : $extraBuildTools\n");
288-
my $repo = '[email protected]:unity/mono-build-tools-exta.git';
288+
my $repo = '[email protected]:unity/mono-build-tools-extra.git';
289289
print(">>> Cloning $repo at $extraBuildTools\n");
290290
my $checkoutResult = system("git", "clone", "--recurse-submodules", $repo, "$extraBuildTools");
291291

0 commit comments

Comments
 (0)