mirror of
https://github.com/strapi/strapi.git
synced 2025-08-03 06:18:37 +00:00
typo
This commit is contained in:
parent
04f36c71b1
commit
ac600ed0dc
@ -298,7 +298,7 @@ program
|
||||
.addOption(excludeOption)
|
||||
.addOption(onlyOption)
|
||||
.hook('preAction', validateExcludeOnly)
|
||||
// If --from is used, valudate the URL and token
|
||||
// If --from is used, validate the URL and token
|
||||
.hook(
|
||||
'preAction',
|
||||
ifOptions(
|
||||
@ -314,7 +314,7 @@ program
|
||||
}
|
||||
)
|
||||
)
|
||||
// If --to is used, valudate the URL, token, and confirm restore
|
||||
// If --to is used, validate the URL, token, and confirm restore
|
||||
.hook(
|
||||
'preAction',
|
||||
ifOptions(
|
||||
|
Loading…
x
Reference in New Issue
Block a user