aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/osm/osm.api.changeset.create1
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
6info="<osm> 6info="<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>