Skip to content

Commit

Permalink
Fix a typo in the comment
Browse files Browse the repository at this point in the history
Co-Authored-By: Angel Misevski <amisevsk@redhat.com>

Signed-off-by: Lukas Krejci <lkrejci@redhat.com>
  • Loading branch information
metlos committed Jun 3, 2019
1 parent 339db91 commit 543fd45
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ protected void configure() {
KubernetesDevfileBindings.addKubernetesBasedComponentTypeBindings(
binder(), KUBERNETES_COMPONENT_TYPE);

// We need to intialize the bindings somehow. Because no other environment type is upgradable
// We need to initialize the bindings somehow. Because no other environment type is upgradable
// to kubernetes, we just call this in a way that initializes the binding with an empty map.
KubernetesDevfileBindings.addAllowedEnvironmentTypeUpgradeBindings(
binder(), KubernetesEnvironment.TYPE);
Expand Down

0 comments on commit 543fd45

Please sign in to comment.