Skip to content

Commit

Permalink
Merge pull request #920 from CircleCI-Public/develop
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
JulesFaucherre authored Apr 24, 2023
2 parents 6ee20fd + 7e581d7 commit 6f8e97e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6f8e97e

Please sign in to comment.