Skip to content
Snippets Groups Projects
Commit 869b513d authored by Kevin Köllmann's avatar Kevin Köllmann Committed by Daniel Black
Browse files

Improve code formatting

parent 28edc90f
Branches
No related tags found
No related merge requests found
...@@ -137,9 +137,10 @@ update_version_array() ...@@ -137,9 +137,10 @@ update_version_array()
update_version update_version
} }
mariaversion() { mariaversion()
mariaVersion=$(curl -fsSL "$DOWNLOADS_REST_API/mariadb/${version}" | {
jq -r 'first(.releases[]).release_id') mariaVersion=$(curl -fsSL "$DOWNLOADS_REST_API/mariadb/${version}" \
| jq -r 'first(.releases[]).release_id')
} }
all() all()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment