Skip to content

Commit

Permalink
chore: change Ignite App extension to "ign" (#3877)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeronimoalbi authored Jan 11, 2024
1 parent 531027c commit a4bf334
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
- [#3867](https://github.com/ignite/cli/pull/3867) Fix genesis export for ibc modules.
- [#3869](https://github.com/ignite/cli/pull/3869) Fix .git in parent dir

### Changes

- [#3877](https://github.com/ignite/cli/pull/3877) Change Ignite App extension to "ign"

## [`v28.1.0`](https://github.com/ignite/cli/releases/tag/v28.1.0)

### Features
Expand Down
2 changes: 1 addition & 1 deletion ignite/services/plugin/plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ func (p Plugin) Manifest() *Manifest {
}

func (p Plugin) binaryName() string {
return fmt.Sprintf("%s.app", p.name)
return fmt.Sprintf("%s.ign", p.name)
}

func (p Plugin) binaryPath() string {
Expand Down

0 comments on commit a4bf334

Please sign in to comment.