extra whitespace is no longer needed

This commit is contained in:
Spencer Alger
2014-01-08 13:21:31 -07:00
parent a7c2417f0d
commit 58cc6336e3

View File

@ -20,10 +20,8 @@ ES_DIR="$SNAPSHOTS/$ES_VERSION"
ES_BIN="$ES_DIR/bin/elasticsearch"
function fold {
echo -e "travis_fold:$1"
if [[ $1 =~ ^end ]]; then
echo ""
echo ""
if [ $TRAVIS = "true" ]; then
echo -e "travis_fold:$1"
fi
}