diff options
Diffstat (limited to 'cmd/import.go')
-rw-r--r-- | cmd/import.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/import.go b/cmd/import.go index e575736a..f71e4b18 100644 --- a/cmd/import.go +++ b/cmd/import.go @@ -19,7 +19,7 @@ import ( ) var ( - CmdImport = cli.Command{ + Import = cli.Command{ Name: "import", Usage: "Import portable data as local Gogs data", Description: `Allow user import data from other Gogs installations to local instance |