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.
2 parents 2c64901 + 90aec74 commit 25f2ee9Copy full SHA for 25f2ee9
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 matchECSCurrentContainerID(strLines); id != "" {
+ } else if id := matchECSCurrentContainerID(strLines); id != "" {
179
180
}
181
0 commit comments