Commit c9fe300b authored by Takuya Noguchi's avatar Takuya Noguchi

Fix a typo in the message of image resizer

Signed-off-by: default avatarTakuya Noguchi <takninnovationresearch@gmail.com>
parent fdf60f09
...@@ -77,7 +77,7 @@ var ( ...@@ -77,7 +77,7 @@ var (
imageResizeCompleted = prometheus.NewCounter( imageResizeCompleted = prometheus.NewCounter(
prometheus.CounterOpts{ prometheus.CounterOpts{
Name: "gitlab_workhorse_image_resize_completed_total", Name: "gitlab_workhorse_image_resize_completed_total",
Help: "Amount of image resizing processes sucessfully completed", Help: "Amount of image resizing processes successfully completed",
}, },
) )
) )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment