Commit 185466b1 authored by sagnowski's avatar sagnowski
Browse files

Fix stray double-quote

parent 728e8126
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -423,7 +423,7 @@ clang-format-check:
    - if [ $format_problems == 0 ] ; then exit 0; fi

    - mkdir tmp-formatting-fix
    - git diff > "tmp-formatting-fix/$ARTIFACT_BASE_NAME".patch"
    - git diff > "tmp-formatting-fix/$ARTIFACT_BASE_NAME.patch"

    # Print instructions to job output
    - echo -e "$INSTRUCTIONS_GITLAB"