Merge pull request #310700 from superherointj/k3s-fix-update-script-nixfmt

k3s: fix a blank space making update script not match nixfmt-rfc-styles
This commit is contained in:
superherointj 2024-05-10 20:40:27 -03:00 committed by GitHub
commit ae16139a75
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -57,7 +57,7 @@ CHARTS_URL=https://k3s.io/k3s-charts/assets
rm -f chart-versions.nix.update
cat > chart-versions.nix.update <<EOF
{
traefik-crd = {
traefik-crd = {
url = "${CHARTS_URL}/traefik-crd/${CHART_FILES[0]}";
sha256 = "$(nix-prefetch-url --quiet "${CHARTS_URL}/traefik-crd/${CHART_FILES[0]}")";
};