Skip to content

Commit

Permalink
Update the linting location for vagrant
Browse files Browse the repository at this point in the history
Signed-off-by: Jacob Weinstock <[email protected]>
  • Loading branch information
jacobweinstock committed Jun 27, 2024
1 parent 40655c0 commit 25bccc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-non-go.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 25bccc4

Please sign in to comment.