archlinux / archinstall

Arch Linux installer - guided, templates etc.
GNU General Public License v3.0
5.82k stars 509 forks source link

Corrected minor bash formatting warnings reported by shellcheck. #2493

Closed simonfogliato closed 2 months ago

simonfogliato commented 2 months ago

PR Description:

Corrected minor bash formatting warnings reported by shellcheck.

Tests and Checks

This is a very minor formatting change and I've been playing around with the following apps:

shfmt -ci -sr -s -w "$1"
shellharden --replace "$1"
shellcheck "$1"
svartkanin commented 2 months ago

Thanks for the improvement