Skip to content
This repository was archived by the owner on Apr 25, 2026. It is now read-only.

Commit f2d4298

Browse files
Fix shfmt formatting: align case patterns in _get_box_arch
Co-authored-by: electrocucaracha <2782150+electrocucaracha@users.noreply.github.com> Agent-Logs-Url: https://github.com/electrocucaracha/lint-devstack/sessions/2373b90e-0d59-4f29-b775-59c3e1eaad56
1 parent 738aa6f commit f2d4298

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

ci/update_distros.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ function _get_box_current_version {
4545

4646
function _get_box_arch {
4747
case "$(uname -m)" in
48-
x86_64) echo "amd64" ;;
49-
aarch64) echo "arm64" ;;
50-
*) uname -m ;;
48+
x86_64) echo "amd64" ;;
49+
aarch64) echo "arm64" ;;
50+
*) uname -m ;;
5151
esac
5252
}
5353

0 commit comments

Comments
 (0)