Skip to content

Commit

Permalink
Fixes variable rename
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Wade committed Jul 24, 2019
1 parent 631e8de commit 0313c3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,6 @@ const { trimStart } = require('lodash');
console.log(' ' + files_changed.join('\n ') + '\n');
}

let relative_output_dir = path.relative(process.cwd(), output_directory_name);
let relative_output_dir = path.relative(process.cwd(), output_dir);
console.log(`All changed files have been copied to ${relative_output_dir.cyan}, and zipped in ${(relative_output_dir + '.zip').cyan}\n`);
})();

0 comments on commit 0313c3b

Please sign in to comment.