Skip to content

Commit

Permalink
Fixes Dockerless build fails to run in Linux softprops#76
Browse files Browse the repository at this point in the history
  • Loading branch information
marcellourbani committed Jul 2, 2020
1 parent 48f3e2c commit 6114bba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ class RustPlugin {
"bootstrap",
readFileSync(path.join(sourceDir, binary)),
"",
755
0o755 <<16
);
const targetDir = this.localArtifactDir(profile);
try {
Expand Down

0 comments on commit 6114bba

Please sign in to comment.