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
No known key found for this signature in database
GPG key ID: 6778C9C29C02D691

View file

@ -6,7 +6,7 @@ case "$os" in
__package prometheus __package prometheus
;; ;;
*) *)
echo "This type does not supper $os. Exiting." >&2 echo "This type does not support $os. Exiting." >&2
exit 1 exit 1
;; ;;
esac esac