Skip to content

Commit cf0ae2e

Browse files
committed
Typo fix.
1 parent 626d441 commit cf0ae2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/public/js/common/configLocation.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ const configuration = {
5454
throw `could not set config path for this OS ${process.platform}`
5555
}
5656

57-
createIfNotExist(userConfigPath)
57+
this.createIfNotExist(userConfigPath)
5858

5959
return userConfigPath;
6060
},

0 commit comments

Comments
 (0)