fix spacing

This commit is contained in:
Neil Hanlon 2022-11-19 19:39:17 -05:00
parent f9d109b6ff
commit 8ccce7fd31
Signed by: neil
GPG Key ID: 705BC21EC3C70F34
1 changed files with 0 additions and 4 deletions

View File

@ -16,9 +16,6 @@ usage() {
# shellcheck disable=SC2046,1091,1090
source "$(dirname "${BASH_SOURCE[0]}")/common.sh"
# find branches LIKE pattern
# generate template
name="Rocky-${version}.${date}-${type}"
arches=(x86_64 aarch64)
@ -33,7 +30,6 @@ case $type in
suffix='';;
esac
declare -A shasums
for a in "${arches[@]}"; do