From 91e1226a24047000a4c59538e0bb48907685379d Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Tue, 12 Jun 2018 08:04:10 +0200 Subject: [PATCH] re-add change set comment fixes #1 Signed-off-by: Knut Ahlers --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 3382f7c..ebe69f2 100644 --- a/main.go +++ b/main.go @@ -127,7 +127,7 @@ func createChangeset(osmClient *osm.Client) *osm.Changeset { log.Debugf("Working on Changeset %d", cs.ID) cs.Tags = []osm.Tag{ - //{Key: "comment", Value: cfg.Comment}, + {Key: "comment", Value: cfg.Comment}, {Key: "created_by", Value: fmt.Sprintf("gpxhydrant %s", version)}, }