Skip to content

Commit 973156c

Browse files
committed
fixup
1 parent 72778ed commit 973156c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/install-dependencies.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ 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)"
161161
jgit version

0 commit comments

Comments
 (0)