mirror of
https://github.com/dokku/dokku.git
synced 2025-12-28 16:06:40 +01:00
lint: remove whitespaces before redirect
This commit is contained in:
2
Makefile
2
Makefile
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user