diff options
author | Matthias Clasen <mclasen@redhat.com> | 2019-07-16 14:54:39 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2019-07-16 14:54:39 -0400 |
commit | 54a26115da1d11657a502d09995bfe8344d5a9b8 (patch) | |
tree | 77fa82cabe0a4de97caf6a08213c2bf9854508b6 | |
parent | 1e86bae3241691b65fc93c6fa651110b3c3c1964 (diff) | |
download | pango-54a26115da1d11657a502d09995bfe8344d5a9b8.tar.gz |
Fix a typo
-rw-r--r-- | .gitlab-ci/render-msys2.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci/render-msys2.sh b/.gitlab-ci/render-msys2.sh index b34b754a..f81f0c60 100644 --- a/.gitlab-ci/render-msys2.sh +++ b/.gitlab-ci/render-msys2.sh @@ -2,4 +2,4 @@ set -e -PATH=_build/pango:$PATH _build/utils/pango-view --no-display --output _build/hello.png utils/HELLOW.txt +PATH=_build/pango:$PATH _build/utils/pango-view --no-display --output _build/hello.png utils/HELLO.txt |