From 936362a747a992a4713bd5a3546b3b74d420570f Mon Sep 17 00:00:00 2001 From: JulesFaucherre Date: Thu, 20 Apr 2023 19:02:24 +0200 Subject: [PATCH] fix: Remove typo --- config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.go b/config/config.go index abc451b87..b8cb5921b 100644 --- a/config/config.go +++ b/config/config.go @@ -111,7 +111,7 @@ func (c *ConfigCompiler) ConfigQuery( configCompilationResp := &ConfigResponse{} statusCode, originalErr := c.compileRestClient.DoRequest(req, configCompilationResp) if statusCode == 404 { - fmt.Fprintf(os.Stderr, "You are using a old version of CircleCI Server, please consider updating") + fmt.Fprintf(os.Stderr, "You are using a old version of CircleCI Server, please consider updating\n") legacyResponse, err := c.legacyConfigQueryByOrgID(configString, orgID, params, values, c.cfg) if err != nil { return nil, err