fix
This commit is contained in:
parent
5a88d127d6
commit
a98294a65e
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
rwx_lint() {
|
||||
local path="${1}"
|
||||
[ -n "${path}" ] || return 1
|
||||
rwx_lint_clean
|
||||
rwx_lint_clean "${path}"
|
||||
set \
|
||||
"python" \
|
||||
"shell"
|
||||
|
@ -11,7 +11,7 @@ rwx_lint() {
|
|||
rwx_log "${code}"
|
||||
"rwx_lint_${code}" "${path}"
|
||||
done
|
||||
rwx_lint_clean
|
||||
rwx_lint_clean "${path}"
|
||||
}
|
||||
|
||||
# clean
|
||||
|
|
Loading…
Add table
Reference in a new issue