Skip to content

Commit

Permalink
Fix appd directory name (ignite#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
yihuang authored Sep 7, 2020
1 parent fb89405 commit 11df363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion starport/services/serve/serve.go
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ func (s *starportServe) buildSteps(ctx context.Context, conf starportconf.Config
if err != nil {
return err
}
path := filepath.Join(home, "."+appd, "config/genesis.json")
path := filepath.Join(home, "."+ndappd, "config/genesis.json")
file, err := os.OpenFile(path, os.O_RDWR, 644)
if err != nil {
return err
Expand Down

0 comments on commit 11df363

Please sign in to comment.