mirror of
https://github.com/strapi/strapi.git
synced 2025-08-03 14:28:40 +00:00
typo
This commit is contained in:
parent
04f36c71b1
commit
ac600ed0dc
@ -298,7 +298,7 @@ program
|
|||||||
.addOption(excludeOption)
|
.addOption(excludeOption)
|
||||||
.addOption(onlyOption)
|
.addOption(onlyOption)
|
||||||
.hook('preAction', validateExcludeOnly)
|
.hook('preAction', validateExcludeOnly)
|
||||||
// If --from is used, valudate the URL and token
|
// If --from is used, validate the URL and token
|
||||||
.hook(
|
.hook(
|
||||||
'preAction',
|
'preAction',
|
||||||
ifOptions(
|
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(
|
.hook(
|
||||||
'preAction',
|
'preAction',
|
||||||
ifOptions(
|
ifOptions(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user