Remove superfluous comma at end of release
This commit is contained in:
parent
8b248a80d2
commit
05c3dc46cc
2
site.mk
2
site.mk
|
@ -15,7 +15,7 @@ GLUON_SITE_PACKAGES := \
|
||||||
firewall \
|
firewall \
|
||||||
haveged
|
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
|
# Allow overriding the release number from the command line
|
||||||
GLUON_RELEASE ?= $(DEFAULT_GLUON_RELEASE)
|
GLUON_RELEASE ?= $(DEFAULT_GLUON_RELEASE)
|
||||||
|
|
Loading…
Reference in New Issue