fix missing git error message

This commit is contained in:
Patrick Stadler 2015-12-02 10:11:10 +01:00
parent b21a7c1269
commit 81ca6e0e57
1 changed files with 3 additions and 3 deletions

View File

@ -93,8 +93,8 @@ done
. ./lib/main.sh
if [ $opt_do_update = true ]; then
if ! command_exists git; then
echo "Error: --update requires `git` to be in the PATH"
if ! command_exists foo; then
echo "Error: --update requires 'git' to be in the PATH"
exit 1
fi
echo "Fetching latest version..."
@ -162,4 +162,4 @@ verbose "Using reporter: $__REPORTER"
echo "metrics.sh started with PID: $$"
verbose "Collecting metrics every $INTERVAL second(s)"
main_collect
main_collect