Skip to content

Commit

Permalink
chore: refactor app name
Browse files Browse the repository at this point in the history
  • Loading branch information
Khanh Hoa committed Apr 26, 2024
1 parent 6fd27fe commit 9abde67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ import (
)

const (
Name = "picasso"
Name = "pica"
dirName = "banksy"
ForkHeight = 244008
)
Expand Down
2 changes: 1 addition & 1 deletion cmd/picad/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ func NewRootCmd() (*cobra.Command, app.EncodingConfig) {

rootCmd := &cobra.Command{
Use: "picad",
Short: "Picasso App",
Short: "Picasso",
PersistentPreRunE: func(cmd *cobra.Command, _ []string) error {
// set the default command outputs
cmd.SetOut(cmd.OutOrStdout())
Expand Down

0 comments on commit 9abde67

Please sign in to comment.