diff options
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fa35ecdc2..f51c75407 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -146,7 +146,7 @@ translations: except: - schedules script: - # make sure dependecies for inkscape.pot are up-to-date + # make sure dependencies for inkscape.pot are up-to-date - mkdir build && cd build && cmake .. && make inkscape_pot && cd .. - cd po/ |
