aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/lint.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index 2c7d3ab92..9b75ab6b0 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -15,7 +15,7 @@ jobs:
- name: Prepare
run: |
sudo apt-get update
- sudo apt install luarocks -y
+ sudo apt-get install luarocks -y
sudo luarocks install luacheck
- name: Run Luacheck