From 36926e948b320545b8e4cf686b36263da6334f58 Mon Sep 17 00:00:00 2001 From: David Prevot Date: Fri, 22 Apr 2022 11:07:40 +0200 Subject: [PATCH] HowtoDroneCI.md s/vlaborie/evolix/ --- HowtoDroneCI.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/HowtoDroneCI.md b/HowtoDroneCI.md index 4aa7f909..7ee5feeb 100644 --- a/HowtoDroneCI.md +++ b/HowtoDroneCI.md @@ -98,7 +98,7 @@ name: default steps: - name: run shellcheck on script.sh - image: vlaborie/shellcheck + image: evolix/shellcheck commands: - LC_ALL=C.UTF-8 shellcheck script.sh -~~~ \ No newline at end of file +~~~