Skip to content

Commit

Permalink
Merge pull request #2301 from simonbromberg/master
Browse files Browse the repository at this point in the history
Minor typo fix in console alert message "it's" -> "its"
  • Loading branch information
danielgindi committed Apr 2, 2017
2 parents 88fc829 + 3f285e8 commit f23e872
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/build-dependencies.sh
Expand Up @@ -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
}

Expand All @@ -23,4 +23,4 @@ then
build_dependencies
else
alert_to_install_carthage
fi
fi

0 comments on commit f23e872

Please sign in to comment.