Skip to content

Commit 0d286ac

Browse files
committed
fixup
1 parent 72778ed commit 0d286ac

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ci/install-dependencies.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,9 +155,11 @@ else
155155
echo >&2 "WARNING: git-lfs wasn't installed, see above for clues why"
156156
fi
157157

158-
if type jgit >/dev/null 2>&1
158+
if command -v jgit
159159
then
160160
echo "$(tput setaf 6)JGit Version$(tput sgr0)"
161+
ls -lR $CUSTOM_PATH
162+
161163
jgit version
162164
else
163165
echo >&2 "WARNING: JGit wasn't installed, see above for clues why"

0 commit comments

Comments
 (0)