Skip to content

Commit 9b2f07b

Browse files
fix test
1 parent 37c76b6 commit 9b2f07b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/git-lfs/install.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ install_using_apt() {
134134
# Function to fetch the version released prior to the latest version
135135
get_previous_version() {
136136
repo_url=$1
137+
check_packages jq
137138
curl -s "$repo_url" | jq -r 'del(.[].assets) | .[0].tag_name'
138139
}
139140

0 commit comments

Comments
 (0)