mirror of
https://github.com/go-gitea/gitea.git
synced 2025-12-28 05:14:09 +00:00
fix: spelling error in migrate-storage cmd utility (#36226)
Added closing quote which looks to be forgotten Signed-off-by: DaanSelen <80752476+DaanSelen@users.noreply.github.com>
This commit is contained in:
parent
60de6cefed
commit
04607f7d4a
@ -36,7 +36,7 @@ var CmdMigrateStorage = &cli.Command{
|
||||
Name: "type",
|
||||
Aliases: []string{"t"},
|
||||
Value: "",
|
||||
Usage: "Type of stored files to copy. Allowed types: 'attachments', 'lfs', 'avatars', 'repo-avatars', 'repo-archivers', 'packages', 'actions-log', 'actions-artifacts",
|
||||
Usage: "Type of stored files to copy. Allowed types: 'attachments', 'lfs', 'avatars', 'repo-avatars', 'repo-archivers', 'packages', 'actions-log', 'actions-artifacts'",
|
||||
},
|
||||
&cli.StringFlag{
|
||||
Name: "storage",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user