File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @kentico/kontent-cli" ,
3
- "version" : " 0.5.0 " ,
3
+ "version" : " 0.5.1 " ,
4
4
"description" : " Command line interface tool that can be used for generating and running Kontent migration scripts" ,
5
5
"main" : " ./lib/index.js" ,
6
6
"types" : " ./lib/types/index.d.ts" ,
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ const runMigrationCommand: yargs.CommandModule = {
111
111
let apiKey = argv . apiKey ;
112
112
const migrationName = argv . name ;
113
113
const runAll = argv . all ;
114
- const runRange = getRange ( argv . range ) ;
114
+ const runRange = argv . range && exports . getRange ( argv . range ) ;
115
115
const debugMode = argv . debug ;
116
116
const continueOnError = argv . continueOnError ;
117
117
let migrationsResults : number = 0 ;
You can’t perform that action at this time.
0 commit comments