22
0
Fork 0

HowtoDroneCI.md s/vlaborie/evolix/

This commit is contained in:
David Prevot 2022-04-22 11:07:40 +02:00
parent a3cb614bf5
commit 36926e948b
1 changed files with 2 additions and 2 deletions

View File

@ -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
~~~
~~~