mirror of
https://github.com/rocky-linux/sig-cloud-instance-images.git
synced 2024-12-18 15:18:35 +00:00
fix spacing
This commit is contained in:
parent
f9d109b6ff
commit
8ccce7fd31
@ -16,9 +16,6 @@ usage() {
|
|||||||
# shellcheck disable=SC2046,1091,1090
|
# shellcheck disable=SC2046,1091,1090
|
||||||
source "$(dirname "${BASH_SOURCE[0]}")/common.sh"
|
source "$(dirname "${BASH_SOURCE[0]}")/common.sh"
|
||||||
|
|
||||||
|
|
||||||
# find branches LIKE pattern
|
|
||||||
# generate template
|
|
||||||
name="Rocky-${version}.${date}-${type}"
|
name="Rocky-${version}.${date}-${type}"
|
||||||
|
|
||||||
arches=(x86_64 aarch64)
|
arches=(x86_64 aarch64)
|
||||||
@ -33,7 +30,6 @@ case $type in
|
|||||||
suffix='';;
|
suffix='';;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
||||||
declare -A shasums
|
declare -A shasums
|
||||||
|
|
||||||
for a in "${arches[@]}"; do
|
for a in "${arches[@]}"; do
|
||||||
|
Loading…
Reference in New Issue
Block a user