From 7b894ca32dbfac2478c03fe65d8e271f357e6790 Mon Sep 17 00:00:00 2001 From: Juraj Vajda Date: Wed, 5 Oct 2022 21:04:05 -0400 Subject: [PATCH] code improvements --- bitbucket-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 7d0e10d..bec61fd 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -6,7 +6,7 @@ pipelines: - step: name: Lint code script: - - sudo apt install luarocks - - sudo apt install lua5.1 + - apt install luarocks + - apt install lua5.1 - luarocks install luacheck - luacheck .