Skip to content

Commit

Permalink
fix config-update
Browse files Browse the repository at this point in the history
  • Loading branch information
j-hc committed Apr 10, 2024
1 parent cbba95a commit a0c9538
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ config_update() {
fi
else
sources[$PATCHES_SRC]=0
if ! last_patches_url=$(gh_req "https://api.github.com/repos/${PATCHES_SRC}/releases/latest" - 2>&1 \
if ! last_patches_url=$(gh_req "https://api.github.com/repos/${PATCHES_SRC}/releases/latest" - \
| jq -e -r '.assets[] | select(.name | endswith("jar")) | .name'); then
abort oops
fi
Expand Down

0 comments on commit a0c9538

Please sign in to comment.