Skip to content

Commit

Permalink
Merge pull request knadh#16 from rhnvrm/patch-2
Browse files Browse the repository at this point in the history
fix: buildString having incorrect TZ data
  • Loading branch information
knadh authored Sep 6, 2019
2 parents 08aa05c + d5a47de commit 9587b70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
LAST_COMMIT := $(shell git rev-parse --short HEAD)
LAST_COMMIT_DATE := $(shell git show -s --format=%ci ${LAST_COMMIT})
VERSION := $(shell git describe)
BUILDSTR := ${VERSION} (${LAST_COMMIT} $(shell date -u +"%Y-%m-%dT%H:%M:%SZ"))
BUILDSTR := ${VERSION} (${LAST_COMMIT} $(shell date -u +"%Y-%m-%dT%H:%M:%S%z"))

BIN := listmonk
STATIC := config.toml.sample schema.sql queries.sql public email-templates frontend/build:/frontend
Expand Down

0 comments on commit 9587b70

Please sign in to comment.