Skip to content

Commit

Permalink
Updated build-dependencies.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbromberg committed Mar 29, 2017
1 parent aa22439 commit 3f285e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/build-dependencies.sh
Original file line number Diff line number Diff line change
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 3f285e8

Please sign in to comment.