From d5f7c6d88c29dab47c73c3750a9d59bff9b3b76e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Ke=C3=9Fler?= Date: Fri, 8 Oct 2021 09:21:21 +0200 Subject: [PATCH] fix missing parantheses --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8b8c09c..394b990 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,7 @@ install: - pip install GitPython script: - - export COMMIT_MSG=$(python3 -c 'from git_version import get_deploy_message; print(get_deploy_message())' + - export COMMIT_MSG=$(python3 -c 'from git_version import get_deploy_message; print(get_deploy_message())') - python3 -c 'from build import build; build("build/LatexPackages/")' - cd build - zip -r LatexPackages.zip LatexPackages