File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,6 @@ ${CI_RETRY_EXE} pip3 install mypy==0.910
1717${CI_RETRY_EXE} pip3 install pyzmq==22.3.0
1818${CI_RETRY_EXE} pip3 install vulture==2.3
1919
20- SHELLCHECK_VERSION=v0.7.2
20+ SHELLCHECK_VERSION=v0.8.0
2121curl -sL " https://github.com/koalaman/shellcheck/releases/download/${SHELLCHECK_VERSION} /shellcheck-${SHELLCHECK_VERSION} .linux.x86_64.tar.xz" | tar --xz -xf - --directory /tmp/
2222export PATH=" /tmp/shellcheck-${SHELLCHECK_VERSION} :${PATH} "
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ check_tools cat mkdir make git guix
3434#
3535under_dir () {
3636 local path_residue
37- path_residue=" ${2## ${1} } "
37+ path_residue=" ${2## " ${1} " } "
3838 if [ -z " $path_residue " ] || [ " $path_residue " = " $2 " ]; then
3939 return 1
4040 else
You can’t perform that action at this time.
0 commit comments