Fix typo in Prometheus.
This commit is contained in:
parent
1db7d8b13e
commit
cadc027569
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ case "$os" in
|
|||
__package prometheus
|
||||
;;
|
||||
*)
|
||||
echo "This type does not supper $os. Exiting." >&2
|
||||
echo "This type does not support $os. Exiting." >&2
|
||||
exit 1
|
||||
;;
|
||||
esac
|
||||
|
|
Reference in a new issue