Skip to content

Commit

Permalink
Merge pull request #237 from covexo/issue-233
Browse files Browse the repository at this point in the history
Issue 233
  • Loading branch information
FabianKramm authored Sep 21, 2018
2 parents aa99efc + 54c83f0 commit ae17524
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,8 @@ func (cmd *InitCmd) Run(cobraCmd *cobra.Command, args []string) {
if err != nil {
log.With(err).Fatalf("Config error: %s", err.Error())
}

_ = configutil.GetConfig(true)
}
}

Expand Down

0 comments on commit ae17524

Please sign in to comment.