about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/k3s
diff options
context:
space:
mode:
authorsuperherointj <5861043+superherointj@users.noreply.github.com>2024-05-10 20:34:50 -0300
committersuperherointj <5861043+superherointj@users.noreply.github.com>2024-05-10 20:34:50 -0300
commit06ef4ffc67e6a480180e5727381ed73e67e5d20a (patch)
treea6379227043ba461e64869b3d5e7ff7cec5dff8d /pkgs/applications/networking/cluster/k3s
parent602a9cec5beb1e76d75013ffcf2228c4f1475396 (diff)
k3s: fix a blank space making update script not match nixfmt
Diffstat (limited to 'pkgs/applications/networking/cluster/k3s')
-rwxr-xr-xpkgs/applications/networking/cluster/k3s/update-script.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/cluster/k3s/update-script.sh b/pkgs/applications/networking/cluster/k3s/update-script.sh
index a5961824a4c27..ca7d21bff4781 100755
--- a/pkgs/applications/networking/cluster/k3s/update-script.sh
+++ b/pkgs/applications/networking/cluster/k3s/update-script.sh
@@ -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]}")";
   };