diff --git a/scripts/build-dependencies.sh b/scripts/build-dependencies.sh index f33a526549..8f0eca0b05 100755 --- a/scripts/build-dependencies.sh +++ b/scripts/build-dependencies.sh @@ -14,7 +14,7 @@ function build_dependencies { } function alert_to_install_carthage { - 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." + 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." exit 1 } @@ -23,4 +23,4 @@ then build_dependencies else alert_to_install_carthage -fi \ No newline at end of file +fi