Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
cpunion committed Nov 21, 2024
1 parent 99da80a commit 6bdbd87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions inject.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ func init() {
fmt.Fprintf(os.Stderr, "End of envs\n")
}
for key, value := range envs {
fmt.Fprintf(os.Stderr, "Injecting env: %s=%s\n", key, value)

Check warning on line 32 in inject.go

View check run for this annotation

Codecov / codecov/patch

inject.go#L32

Added line #L32 was not covered by tests
os.Setenv(key, value)
}
}

0 comments on commit 6bdbd87

Please sign in to comment.