Skip to content

Commit

Permalink
Recursive is probs overkill (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxcl authored Sep 28, 2022
1 parent d68f58c commit 5bb9c04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ try {
// we build to /opt and special case this action so people new to
// building aren’t immediatelyt flumoxed
if (PREFIX == '/opt' && os.platform == 'darwin') {
execSync('sudo chown -R $(whoami):staff /opt')
execSync('sudo chown $(whoami):staff /opt')
}

let out = execSync(`${__dirname}/install.sh`, {
Expand Down

0 comments on commit 5bb9c04

Please sign in to comment.