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 2c64901 commit 878d390Copy full SHA for 878d390
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