1
0
mirror of https://github.com/Luzifer/gpxhydrant.git synced 2024-09-19 17:12:56 +00:00

Merge pull request #2 from Luzifer/re-add-change-set-comment

Re-add change set comment
This commit is contained in:
Knut Ahlers 2018-06-17 12:35:13 +02:00 committed by GitHub
commit 094ff1d039
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)},
}