Skip to content

Commit

Permalink
fixing format string
Browse files Browse the repository at this point in the history
  • Loading branch information
omleteer committed Dec 17, 2024
1 parent f275e5b commit 8ea83bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/minikube/cmd/config/configure.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ var addonsConfigureCmd = &cobra.Command{
awsRole = AskForStaticValueOptional("-- (Optional) Enter ARN of AWS role to assume: ")
}
} else if awsEcrAction == "enable" {
out.Ln("Loading AWS ECR configs from: ", AddonConfigFile)
out.Ln("Loading AWS ECR configs from: %s", AddonConfigFile)
// Then read the configs
awsAccessID = getNestedJsonString(configFileData, "awsEcrConfigs", "awsAccessID")
awsAccessKey = getNestedJsonString(configFileData, "awsEcrConfigs", "awsAccessKey")
Expand Down

0 comments on commit 8ea83bc

Please sign in to comment.