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()
update_version
}
mariaversion() {
mariaVersion=$(curl -fsSL "$DOWNLOADS_REST_API/mariadb/${version}" |
jq -r 'first(.releases[]).release_id')
mariaversion()
{
mariaVersion=$(curl -fsSL "$DOWNLOADS_REST_API/mariadb/${version}" \
| jq -r 'first(.releases[]).release_id')
}
all()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment