Remove hard TAB in a Travis CI script

No real changes.
This commit is contained in:
Vadim Zeitlin
2020-11-29 15:01:27 +01:00
parent ce6f74c906
commit 072baaf345

View File

@@ -10,6 +10,6 @@ sudo apt-get install -qq -y libboost-dev libboost-date-time-dev
before_install="${TRAVIS_BUILD_DIR}/scripts/travis/before_install_${SOCI_TRAVIS_BACKEND}.sh"
if [ -x ${before_install} ]; then
echo "Running ${before_install}"
echo "Running ${before_install}"
${before_install}
fi