Skip to content

Commit

Permalink
change path
Browse files Browse the repository at this point in the history
  • Loading branch information
lcxfs1991 committed Jul 10, 2016
1 parent d2e77d1 commit ed3950a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/SteamerInit.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const path = require('path'),

function initSteamerConfig() {
// avoid overriding
let configSrcPath = path.relative(__dirname, '../template/steamer.config.js'),
let configSrcPath = path.join(__dirname, '../template/steamer.config.js'),
configDestPath = path.resolve('steamer.config.js');
if (fs.existsSync(configDestPath)) {
throw new Warning.FileExistErr("steamer.config.js");
Expand Down

0 comments on commit ed3950a

Please sign in to comment.