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:
parent
4fe5ddf2b2
commit
91e1226a24
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
@ -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)},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue