Skip to content

Commit

Permalink
fix codeclimate
Browse files Browse the repository at this point in the history
  • Loading branch information
gentele committed Oct 30, 2018
1 parent 0f549b8 commit 79e1036
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ func (cmd *InitCmd) Run(cobraCmd *cobra.Command, args []string) {
Name: configutil.String(configutil.DefaultDevspaceDeploymentName),
Namespace: configutil.String(""),
Helm: &v1.HelmConfig{
ChartPath: configutil.String("./chart"),
ChartPath: configutil.String("./chart"),
DevOverwrite: configutil.String("./chart/dev-overwrite.yaml"),
},
},
Expand Down

0 comments on commit 79e1036

Please sign in to comment.