Commit b20ce16e authored by Totara-thib's avatar Totara-thib
Browse files

chore: remove misleading log message

parent cc9e22b8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -46,7 +46,7 @@ mega_linter:
    - FAILED=false
    - |
      if /entrypoint.sh true; then
        echo -e "\e[32mMegaLinter seemed not to have found any issue!"
        echo -e "\e[32mMegaLinter haven't found any issue!"
      else
        echo -e "\e[31mMegaLinter found some issues. Check this job log and the artifact reports."
        FAILED=true