Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
samalba committed Dec 1, 2018
1 parent 577a794 commit 544e37d
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 @@ -46,7 +46,7 @@ func initialize(ctx context.Context, p *project.Project) error {
return err
}

ui.Info("Generating configuration and gensis")
ui.Info("Generating configuration and genesis files")
if err := dockerRun(ctx, p, "init"); err != nil {
return err
}
Expand Down

0 comments on commit 544e37d

Please sign in to comment.