Skip to content

Commit

Permalink
fix: __dirname typo
Browse files Browse the repository at this point in the history
  • Loading branch information
angrybayblade committed Jun 5, 2024
1 parent d6256b9 commit c037b3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion electron/install.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ function isBrewInstalled() {

function installBrew() {
runCmdUnix('bash', [
`${__dir}/scripts/install_brew.sh`
`${__dirname}/scripts/install_brew.sh`
]);
}

Expand Down

0 comments on commit c037b3e

Please sign in to comment.