6
0
Fork 0

Fix typo in Prometheus.

This commit is contained in:
Joachim Desroches 2021-02-22 16:35:10 +01:00
parent 1db7d8b13e
commit cadc027569
Signed by untrusted user who does not match committer: jdesroches
GPG Key ID: 6778C9C29C02D691
1 changed files with 1 additions and 1 deletions

View File

@ -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