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