Skip to content

Commit

Permalink
Fixes safe path on Windows with @sintaxi
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethormandy committed Sep 10, 2014
1 parent 9107aad commit 6b1c64d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ var willCollide = exports.willCollide = function(projectPath, outputPath){
/**
* for @kennethormandy ;)
*/
if (outputPath == path.sep) result = true
if (outputPath == "/") result = true

return result
}
Expand Down

0 comments on commit 6b1c64d

Please sign in to comment.