From 63b0936f25f32b991fdbccf22b61142248de188b Mon Sep 17 00:00:00 2001 From: David Jeffers Date: Sun, 23 Mar 2025 23:08:33 -0400 Subject: [PATCH] Linting fix --- clusterprism_halloween_values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clusterprism_halloween_values.yaml b/clusterprism_halloween_values.yaml index a33a760..a5db2c5 100644 --- a/clusterprism_halloween_values.yaml +++ b/clusterprism_halloween_values.yaml @@ -63,7 +63,7 @@ volumes: # Pre-reqs apt-get update && apt-get install -y wget git - # Setting up Hugo + # Setting up Hugo wget https://github.com/gohugoio/hugo/releases/download/v0.145.0/hugo_0.145.0_linux-arm64.tar.gz && tar -xzf hugo_0.111.3_Linux-64bit.tar.gz && chmod +x hugo &&