From 25bccc4c3303a9caf06898774382c2774e36ef18 Mon Sep 17 00:00:00 2001 From: Jacob Weinstock Date: Thu, 27 Jun 2024 08:49:07 -0600 Subject: [PATCH] Update the linting location for vagrant Signed-off-by: Jacob Weinstock --- .github/workflows/ci-non-go.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-non-go.sh b/.github/workflows/ci-non-go.sh index 40d3d47..06ac991 100755 --- a/.github/workflows/ci-non-go.sh +++ b/.github/workflows/ci-non-go.sh @@ -18,7 +18,7 @@ if ! shfmt -f . | xargs shfmt -s -l -d; then failed=1 fi -if ! rufo vagrant/Vagrantfile; then +if ! rufo stack/vagrant/Vagrantfile; then failed=1 fi