Remove superfluous comma at end of release

This commit is contained in:
Jan-Philipp Litza 2014-06-22 22:24:33 +02:00
parent 8b248a80d2
commit 05c3dc46cc
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ GLUON_SITE_PACKAGES := \
firewall \
haveged
DEFAULT_GLUON_RELEASE := 0.3.101-nightly$(shell date '+%Y%m%d'),
DEFAULT_GLUON_RELEASE := 0.3.101-nightly$(shell date '+%Y%m%d')
# Allow overriding the release number from the command line
GLUON_RELEASE ?= $(DEFAULT_GLUON_RELEASE)