From be4d74f8d22e573d37a4bf4514aa4320cb62a75d Mon Sep 17 00:00:00 2001 From: "C. Brown" Date: Wed, 8 May 2019 08:44:28 -0500 Subject: cmd, internal/build, docker: advertise commit date in unstable build versions (#19522) * add-date-to unstable * fields-insteadof-split * internal/build: support building with missing git * docker: add git history back to support commit date in version * internal/build: use PR commits hashes for PR builds --- cmd/swarm/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd/swarm/main.go') diff --git a/cmd/swarm/main.go b/cmd/swarm/main.go index a4041eb3d..f4c1dd688 100644 --- a/cmd/swarm/main.go +++ b/cmd/swarm/main.go @@ -102,7 +102,7 @@ func init() { utils.ListenPortFlag.Value = 30399 } -var app = utils.NewApp("", "Ethereum Swarm") +var app = utils.NewApp("", "", "Ethereum Swarm") // This init function creates the cli.App. func init() { -- cgit v1.2.3