We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e88e86c commit 5226a2fCopy full SHA for 5226a2f
fake-agent/main.go
@@ -81,7 +81,7 @@ func run(opts CommandRequest) {
81
}
82
// Ignore the 413 as a thing. This is just a handy code to pick to trigger us to start misbehaving
83
if resp.StatusCode == http.StatusRequestEntityTooLarge {
84
- fmt.Println("fake circleci-agent staring to misbehave")
+ fmt.Println("fake circleci-agent starting to misbehave")
85
launchChildAndMisbehave(opts)
86
panic("shouldn't get here in a test")
87
0 commit comments