From 05c3dc46cc7a52ebef04327236fe552747c406ec Mon Sep 17 00:00:00 2001 From: Jan-Philipp Litza Date: Sun, 22 Jun 2014 22:24:33 +0200 Subject: [PATCH] Remove superfluous comma at end of release --- site.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site.mk b/site.mk index a751c30..221c2c1 100644 --- a/site.mk +++ b/site.mk @@ -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)