lint: remove whitespaces before redirect

This commit is contained in:
Jose Diaz-Gonzalez
2019-02-02 13:49:24 -05:00
parent b72deb2b2a
commit 67ae374e60
36 changed files with 78 additions and 78 deletions

View File

@@ -106,7 +106,7 @@ addman: help2man man-db
version:
ifeq ($(DOKKU_VERSION),master)
git describe --tags > ~dokku/VERSION 2> /dev/null || echo '~${DOKKU_VERSION} ($(shell date -uIminutes))' > ~dokku/VERSION
git describe --tags > ~dokku/VERSION 2>/dev/null || echo '~${DOKKU_VERSION} ($(shell date -uIminutes))' > ~dokku/VERSION
else
echo $(DOKKU_VERSION) > ~dokku/VERSION
endif