Fixed syntax error

This commit is contained in:
Frank Morgner 2021-02-25 16:06:28 +01:00
parent 578128e464
commit aae9254018
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ before_install:
popd;
export PATH="/usr/local/opt/ccache/libexec:$PATH";
git clone https://github.com/frankmorgner/OpenSCToken.git;
sudo rm -rf /Library/Developer/CommandLineTools
sudo rm -rf /Library/Developer/CommandLineTools;
fi
- if [ "$TRAVIS_OS_NAME" = "osx" -a "$TRAVIS_PULL_REQUEST" = "false" -a -n "$encrypted_3b9f0b9d36d1_key" ]; then
openssl aes-256-cbc -K $encrypted_3b9f0b9d36d1_key -iv $encrypted_3b9f0b9d36d1_iv -in .github/secrets.tar.enc -out .github/secrets.tar -d;