Skip to content

Commit 534c3b0

Browse files
committed
fix test
1 parent 326d16b commit 534c3b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/commands/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const inquirer = require('inquirer');
66
const path = require('path');
77
const yaml = require('js-yaml');
88
const util = require('util');
9-
const mkdirp = require('mkdirp');
9+
const mkdirp = require('mkdirp-promise');
1010

1111
const getProfile = require('../profile').getProfileFromFile;
1212

0 commit comments

Comments
 (0)