Skip to content

Commit 5a8c765

Browse files
authored
Update index.js
pmd again
1 parent 53b2efe commit 5a8c765

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ function referencePMD(){
2323
var mk = 'sudo mkdir -p /snap/bin && sudo chmod -R 757 /snap/bin'
2424
var cmd =
2525
`sudo echo '#! /bin/bash
26-
$HOME/pmd/bin/run.sh "$@"' > /snap/bin/pmd`
26+
$HOME/pmd/bin/run.sh pmd "$@"' > /snap/bin/pmd`
2727
var cm = 'chmod +x /snap/bin/pmd'
2828
exec(mk+' && '+cmd+' && '+cm, function(error, stdout, stderr){
2929
if(error) core.setFailed(stderr)

0 commit comments

Comments
 (0)