From 3e44d9585750094bd9b5e2ab51b20578324a3897 Mon Sep 17 00:00:00 2001 From: Mike Spreitzer Date: Fri, 4 Feb 2022 01:33:06 -0500 Subject: [PATCH] Fixed typo in hack/serve-prom-scrapes.sh --- hack/serve-prom-scrapes.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/serve-prom-scrapes.sh b/hack/serve-prom-scrapes.sh index f27e1a101f6..4c8b0459f61 100755 --- a/hack/serve-prom-scrapes.sh +++ b/hack/serve-prom-scrapes.sh @@ -25,7 +25,7 @@ # and the timestamp from the filename is multiplied by the necessary 1000 # and added to the data in that file. -# This requires an `nc` comment that this script knows how to wrangle. +# This requires an `nc` command that this script knows how to wrangle. if (( $# != 2 )); then echo "Usage: $0 port_num scrapes_dir" >&2