Skip to content
This repository was archived by the owner on Dec 10, 2019. It is now read-only.

Commit 0ce790d

Browse files
committed
fixing merge conflicts
2 parents b0e6fd5 + 1ca6415 commit 0ce790d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builder/patternlab.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ var patternlab_engine = function(){
8383
}
8484

8585
//make a new Pattern Object
86-
var flatPatternName = subdir.replace(/[\/\\]/g, '-') + '-' + patternName;
86+
var flatPatternName = subdir.replace(/\\/g, '-') + '-' + patternName;
8787

8888
flatPatternName = flatPatternName.replace(/\\/g, '-');
8989
currentPattern = new of.oPattern(flatPatternName, subdir, filename, {});

0 commit comments

Comments
 (0)