Skip to content

Commit 9da49ab

Browse files
authored
Align CNB credentials env variable (#3296)
Signed-off-by: Johannes Dillmann <[email protected]>
1 parent a85f700 commit 9da49ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

util/configv3/load_config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ func LoadConfig(flags ...FlagOverride) (*Config, error) {
128128
CFTrace: os.Getenv("CF_TRACE"),
129129
CFUsername: os.Getenv("CF_USERNAME"),
130130
DockerPassword: os.Getenv("CF_DOCKER_PASSWORD"),
131-
CNBCredentials: os.Getenv("CNB_REGISTRY_CREDS"),
131+
CNBCredentials: os.Getenv("CF_CNB_REGISTRY_CREDS"),
132132
Experimental: os.Getenv("CF_CLI_EXPERIMENTAL"),
133133
ForceTTY: os.Getenv("FORCE_TTY"),
134134
HTTPSProxy: os.Getenv("https_proxy"),

0 commit comments

Comments
 (0)