mirror of
https://github.com/pstadler/metrics.sh.git
synced 2025-11-22 10:37:40 -05:00
fix missing git error message
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user