Skip to content
This repository was archived by the owner on Feb 16, 2023. It is now read-only.

Commit 8c431f4

Browse files
committed
Merge remote-tracking branch 'origin/develop' into feature/refactor-run-secret-sourcing
2 parents 40bf721 + 8a743d1 commit 8c431f4

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

internals/secrethub/run.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,6 @@ func (cmd *RunCommand) Run() error {
183183
// and the secret values that need to be masked.
184184
func (cmd *RunCommand) sourceEnvironment() ([]string, []string, error) {
185185
_, passthroughEnv := parseKeyValueStringsToMap(cmd.osEnv)
186-
187186
newEnv := map[string]string{}
188187

189188
envValues, err := cmd.environment.env()

0 commit comments

Comments
 (0)