Skip to content

Commit

Permalink
chore: revert command name
Browse files Browse the repository at this point in the history
  • Loading branch information
nermalcat69 committed Oct 9, 2024
1 parent d142a51 commit 4252a56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmd/projectImport.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const defaultYamlFilePattern = "*import.yml"

func projectImportCmd() *cmdBuilder.Cmd {
return cmdBuilder.NewCmd().
Use("import-project").
Use("project-import").
Aliases("import").
Short(i18n.T(i18n.CmdDescProjectImport)).
Long(i18n.T(i18n.CmdDescProjectImportLong)).
Expand Down

0 comments on commit 4252a56

Please sign in to comment.