Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
krukmat authored Apr 26, 2020
1 parent 812dad9 commit 0cc54df
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 @@ -20,7 +20,7 @@ function installPMD(){
}

function referencePMD(){
var mk = 'sudo -p mkdir /snap/bin && sudo chmod -R 757 /snap/bin'
var mk = 'sudo mkdir -p /snap/bin && sudo chmod -R 757 /snap/bin'
var cmd =
`sudo echo '#! /bin/bash
$HOME/pmd/bin/run.sh pmd "$@"' > /snap/bin/pmd`
Expand Down

0 comments on commit 0cc54df

Please sign in to comment.