Skip to content

Commit

Permalink
Update plugin/plugin.go
Browse files Browse the repository at this point in the history
  • Loading branch information
Ompragash authored Nov 17, 2024
1 parent 294cc02 commit 6691315
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ func createConnectBuild(payload BuildPayload, cloudID, debug, jwtToken string) e
logrus.WithField("status", res.Status).WithField("response", outString).Info("request complete")
}
if res.StatusCode > 299 {
return fmt.Errorf("errorCode %d", res.StatusCode)
return fmt.Errorf("Error code %d", res.StatusCode)
}
return nil
}
Expand Down

0 comments on commit 6691315

Please sign in to comment.