Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
vermakhushboo committed Sep 9, 2024
1 parent a9d57fa commit 0ca97f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/cli/lib/config.js.twig
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ class Local extends Config {
}

getDirname() {
return path.dirname(this.path)
return _path.dirname(this.path)
}

getFunctions() {
Expand Down

0 comments on commit 0ca97f7

Please sign in to comment.