Skip to content

Commit

Permalink
Merge pull request cyrusimap#4778 from laf0rge/typo-fix
Browse files Browse the repository at this point in the history
fix typo in promstatsd error message
  • Loading branch information
ksmurchison committed Dec 20, 2023
2 parents 9360217 + c4fc6a1 commit c78ab7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imap/promstatsd.c
Original file line number Diff line number Diff line change
Expand Up @@ -690,7 +690,7 @@ int main(int argc, char **argv)

if (!config_getswitch(IMAPOPT_PROMETHEUS_ENABLED)) {
fatal("Prometheus metrics are not being tracked."
" Set prometheus_enable in imapd.conf",
" Set prometheus_enabled in imapd.conf",
EX_CONFIG);
}

Expand Down

0 comments on commit c78ab7b

Please sign in to comment.