1
0
Fork 0
mirror of https://github.com/Luzifer/gpxhydrant.git synced 2024-12-22 20:21:17 +00:00

re-add change set comment

fixes #1

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2018-06-12 08:04:10 +02:00
parent 4fe5ddf2b2
commit 91e1226a24
Signed by: luzifer
GPG key ID: DC2729FDD34BE99E

View file

@ -127,7 +127,7 @@ func createChangeset(osmClient *osm.Client) *osm.Changeset {
log.Debugf("Working on Changeset %d", cs.ID) log.Debugf("Working on Changeset %d", cs.ID)
cs.Tags = []osm.Tag{ cs.Tags = []osm.Tag{
//{Key: "comment", Value: cfg.Comment}, {Key: "comment", Value: cfg.Comment},
{Key: "created_by", Value: fmt.Sprintf("gpxhydrant %s", version)}, {Key: "created_by", Value: fmt.Sprintf("gpxhydrant %s", version)},
} }