Skip to content

Commit

Permalink
Merge pull request keptn#655 from keptn/patch/553/correct-update-domain
Browse files Browse the repository at this point in the history
keptn#553 use correct variable for adding flag
  • Loading branch information
agrimmer committed Aug 12, 2019
2 parents 9daf609 + 23dcaa0 commit d9216de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/cmd/configure_domain.go
Expand Up @@ -331,5 +331,5 @@ func init() {
domainCmd.Flags().MarkHidden("keptn-version")
domainCmd.PersistentFlags().BoolVarP(&insecureSkipTLSVerify, "insecure-skip-tls-verify", "s", false, "Skip tls verification for kubectl commands")

platformID = installCmd.Flags().StringP("platform", "p", "gke", "The platform on which keptn is running [gke,openshift,aks,kubernetes]")
platformID = domainCmd.Flags().StringP("platform", "p", "gke", "The platform on which keptn is running [gke,openshift,aks,kubernetes]")
}

0 comments on commit d9216de

Please sign in to comment.