make shellcheck happy. #170
Some checks failed
CI / basics (push) Has been cancelled

This commit is contained in:
Paul Irish 2024-08-05 17:08:25 -07:00
parent a7d09090c2
commit ce881820db

View file

@ -259,7 +259,7 @@ elif [[ $remote_ref != "master" || "$file" ]]; then
fi
if [ "$file" ]; then
absfile=$(git ls-tree --full-name --name-only $branch $file)
absfile=$(git ls-tree --full-name --name-only "$branch" "$file")
if [[ -z "$absfile" ]]; then
echo "File $file is not in repository" 1>&2
exit 1