Skip to content

Commit d601e4a

Browse files
committed
[DSC-1944] Fix issue with wrong parameter
1 parent f3c3b8f commit d601e4a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/bulk-import/bulk-import-page.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ export class BulkImportPageComponent implements OnInit, OnDestroy {
9292
];
9393

9494
if (values.abortOnError) {
95-
stringParameters.push( { name: '-e', value: values.abortOnError } );
95+
stringParameters.push( { name: '-er', value: values.abortOnError } );
9696
}
9797

9898
this.scriptService.invoke('bulk-import', stringParameters, [file])

0 commit comments

Comments
 (0)