Skip to content

Commit b9ca945

Browse files
author
Mirko van Willigenburg
committed
uncomments the target action
whoops
1 parent 0840250 commit b9ca945

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: src/index.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,8 @@ module.exports = async (options = {}, cli) => {
155155

156156
await fs.writeJSON(filepathRc, data, {spaces: 2})
157157

158-
console.log(targetData)
159-
// await target.action(targetData);
158+
// console.log(targetData)
159+
await target.action(targetData);
160160

161161
console.log(`Done, Have a nice day.`);
162162
};

0 commit comments

Comments
 (0)