Skip to content

Commit f23e872

Browse files
authored
Merge pull request #2301 from simonbromberg/master
Minor typo fix in console alert message "it's" -> "its"
2 parents 88fc829 + 3f285e8 commit f23e872

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/build-dependencies.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ function build_dependencies {
1414
}
1515

1616
function alert_to_install_carthage {
17-
echo "error: Carthage was not found! In order to build Charts you need to use Carthage to build it's dependencies. Carthage can be downloaded from https://github.com/Carthage/Carthage."
17+
echo "error: Carthage was not found! In order to build Charts you need to use Carthage to build its dependencies. Carthage can be downloaded from https://github.com/Carthage/Carthage."
1818
exit 1
1919
}
2020

@@ -23,4 +23,4 @@ then
2323
build_dependencies
2424
else
2525
alert_to_install_carthage
26-
fi
26+
fi

0 commit comments

Comments
 (0)