Skip to content

Commit

Permalink
docs ~ fix README usage example
Browse files Browse the repository at this point in the history
  • Loading branch information
rivy committed Jul 28, 2019
1 parent a6fb6ca commit 963fcd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ stateDir = xdg.state()

mkdirp.sync(configDir, 0o700);

const dataDir = locatePath.sync(dataDirs) || possibleConfigPaths[0]
const dataDir = locatePath.sync(dataDirs) || dataDirs[0]
mkdirp.sync(dataDir, 0o700);

mkdirp.sync(stateDir, 0o700);
Expand Down

0 comments on commit 963fcd4

Please sign in to comment.