mirror of
https://github.com/Luzifer/gpxhydrant.git
synced 2024-11-08 15:30:00 +00:00
Merge pull request #2 from Luzifer/re-add-change-set-comment
Re-add change set comment
This commit is contained in:
commit
094ff1d039
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)
|
||||
|
||||
cs.Tags = []osm.Tag{
|
||||
//{Key: "comment", Value: cfg.Comment},
|
||||
{Key: "comment", Value: cfg.Comment},
|
||||
{Key: "created_by", Value: fmt.Sprintf("gpxhydrant %s", version)},
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue