]> Frank Brehm's Git Trees - pixelpark/python-packaging.git/commitdiff
Fixing typo in gitlab/linter.yaml
authorFrank Brehm <frank@brehm-online.com>
Thu, 29 Dec 2022 12:09:53 +0000 (13:09 +0100)
committerFrank Brehm <frank@brehm-online.com>
Thu, 29 Dec 2022 12:09:53 +0000 (13:09 +0100)
gitlab/linter.yaml

index 19e872e06066a53ad5d13e0cf64e1dd3e0fba61e..319ffc86951a50e85e276e795bb357e64bc071d2 100644 (file)
@@ -107,7 +107,7 @@ Linter:
           fi
       fi
     - |
-      if [[ -n "${PYTHON_INIT_FILE}" && -f "${PYTHON_INIT_FILE}" && -f debian/changlog ]] ; then
+      if [[ -n "${PYTHON_INIT_FILE}" && -f "${PYTHON_INIT_FILE}" && -f debian/changelog ]] ; then
           echo
           echo "Checking module version against version in debian/changlog ..."
           MODULE_VERSION=$( grep -P '^__version__(\s|=)' "${PYTHON_INIT_FILE}" | sed -e "s/^[^'\"]*['\"]//"  -e "s/['\"][ ยป]*\$//" )