Skip to content

Commit

Permalink
fixed nil options
Browse files Browse the repository at this point in the history
  • Loading branch information
markbates committed Sep 5, 2018
1 parent 465ab1a commit 63bda8b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cmd/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ import (
var initOptions = struct {
*initgen.Options
dryRun bool
}{}
}{
Options: &initgen.Options{},
}

// initCmd represents the init command
var initCmd = &cobra.Command{
Expand Down

0 comments on commit 63bda8b

Please sign in to comment.