Skip to content

Commit 7722981

Browse files
committed
fix errant name variable
1 parent ed6502c commit 7722981

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/kbn-test/src/kbn_client/kbn_client_import_export.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export class KbnClientImportExport {
6060

6161
async load(path: string, options?: { space?: string }) {
6262
const src = this.resolvePath(path);
63-
this.log.debug('resolved import for', name, 'to', src);
63+
this.log.debug('resolved import for', path, 'to', src);
6464

6565
const objects = await parseArchive(src);
6666
this.log.info('importing', objects.length, 'saved objects', { space: options?.space });

0 commit comments

Comments
 (0)