Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vaultec81 committed Jan 20, 2021
1 parent 6397e4f commit 03669c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/core/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ function getRepoPath() {
if (process.env.speak_path) {
appPath = process.env.speak_path;
} else {
speakPath = Path.join(os.homedir(), ".blasio");
appPath = Path.join(os.homedir(), ".blasio");
}
return appPath;
}
Expand Down

0 comments on commit 03669c1

Please sign in to comment.