Skip to content

Commit 0ca97f7

Browse files
committed
Fix path
1 parent a9d57fa commit 0ca97f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/cli/lib/config.js.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ class Local extends Config {
146146
}
147147

148148
getDirname() {
149-
return path.dirname(this.path)
149+
return _path.dirname(this.path)
150150
}
151151

152152
getFunctions() {

0 commit comments

Comments
 (0)