Skip to content

Commit

Permalink
Align CNB credentials env variable (#3296)
Browse files Browse the repository at this point in the history
Signed-off-by: Johannes Dillmann <j.dillmann@sap.com>
  • Loading branch information
modulo11 authored Nov 18, 2024
1 parent a85f700 commit 9da49ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/configv3/load_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ func LoadConfig(flags ...FlagOverride) (*Config, error) {
CFTrace: os.Getenv("CF_TRACE"),
CFUsername: os.Getenv("CF_USERNAME"),
DockerPassword: os.Getenv("CF_DOCKER_PASSWORD"),
CNBCredentials: os.Getenv("CNB_REGISTRY_CREDS"),
CNBCredentials: os.Getenv("CF_CNB_REGISTRY_CREDS"),
Experimental: os.Getenv("CF_CLI_EXPERIMENTAL"),
ForceTTY: os.Getenv("FORCE_TTY"),
HTTPSProxy: os.Getenv("https_proxy"),
Expand Down

0 comments on commit 9da49ab

Please sign in to comment.