diff options
Diffstat (limited to 'scripts/osm')
-rwxr-xr-x | scripts/osm/osm.api.changeset.create | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/osm/osm.api.changeset.create b/scripts/osm/osm.api.changeset.create index 1f17334..705f286 100755 --- a/scripts/osm/osm.api.changeset.create +++ b/scripts/osm/osm.api.changeset.create | |||
@@ -6,6 +6,7 @@ read comment | |||
6 | info="<osm> | 6 | info="<osm> |
7 | <changeset> | 7 | <changeset> |
8 | <tag k='comment' v='$comment'/> | 8 | <tag k='comment' v='$comment'/> |
9 | <tag k='created_by' v='bash scripts'/> | ||
9 | <tag k='bot' v='yes'/> | 10 | <tag k='bot' v='yes'/> |
10 | </changeset> | 11 | </changeset> |
11 | </osm> | 12 | </osm> |