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 878d390 commit 90aec74Copy full SHA for 90aec74
context.go
@@ -175,7 +175,7 @@ func GetCurrentContainerID() string {
175
strLines := string(lines)
176
if id := matchDockerCurrentContainerID(strLines); id != "" {
177
return id
178
- } else if id:= matchECSCurrentContainerID(strLines); id != "" {
+ } else if id := matchECSCurrentContainerID(strLines); id != "" {
179
180
}
181
0 commit comments