Skip to content

Commit

Permalink
Typo fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
JackMordaunt committed Jan 3, 2018
1 parent 626d441 commit cf0ae2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/public/js/common/configLocation.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const configuration = {
throw `could not set config path for this OS ${process.platform}`
}

createIfNotExist(userConfigPath)
this.createIfNotExist(userConfigPath)

return userConfigPath;
},
Expand Down

0 comments on commit cf0ae2e

Please sign in to comment.