Fix PMD completion script
This commit is contained in:
parent
baff5d86b6
commit
303a4cf240
1 changed files with 1 additions and 1 deletions
|
@ -1,2 +1,2 @@
|
|||
#!/bin/bash
|
||||
which pmd &> /dev/null && eval $(pmd generate-completion)
|
||||
which pmd &> /dev/null && source <(pmd generate-completion)
|
||||
|
|
Loading…
Reference in a new issue