mirror of
https://github.com/rocky-linux/sig-cloud-instance-images.git
synced 2024-12-18 07:08:30 +00:00
fix spacing
This commit is contained in:
parent
f9d109b6ff
commit
8ccce7fd31
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user