Skip to content

Commit

Permalink
no
Browse files Browse the repository at this point in the history
  • Loading branch information
rotemtam committed Jul 14, 2024
1 parent b762bae commit 12fed79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion atlasexec/atlas.go
Original file line number Diff line number Diff line change
Expand Up @@ -654,7 +654,7 @@ func (c *Client) runCommand(ctx context.Context, args []string) (io.Reader, erro
// use os.Environ() to avoid overriding the user's environment.
cmd.Env = append(os.Environ(),
"ATLAS_NO_UPDATE_NOTIFIER=1",
"ATLAS_SKIP_UPGRADE_SUGGESTIONS=1",
"ATLAS_NO_UPGRADE_SUGGESTIONS=1",
)
cmd.Stderr = &stderr
cmd.Stdout = &stdout
Expand Down

0 comments on commit 12fed79

Please sign in to comment.