~cjwatson/charms/trusty/turnip/cgit-openid

« back to all changes in this revision

Viewing changes to files/nrpe/check_git_refs

  • Committer: Colin Watson
  • Date: 2015-04-27 02:19:14 UTC
  • Revision ID: cjwatson@canonical.com-20150427021914-xis2qzmycvtkceaz
Clarify check_git_refs success message.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
    exit $STATE_CRITICAL
21
21
fi
22
22
 
23
 
echo "OK: Branches found in $1"
 
23
echo "OK: Master branch found in $1"
24
24
exit $STATE_OK