Skip to content

Commit

Permalink
fix: info description and pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jenkin committed Nov 22, 2023
1 parent 15cf51f commit 22ec782
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .githooks/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@ echo "Checksum ($OUTPUT_DIR/$OAS_FILE.checksum): $SHA_PREFIX-$SHA_OAS_CHECKSUM"
echo -n "$SHA_PREFIX-$SHA_OAS_CHECKSUM" > $OUTPUT_DIR/$OAS_FILE.checksum

# Stage new checksums
git add $OUTPUT_DIR/$OAS_FILE.checksum
git add $OUTPUT_DIR/$OAS_FILE $OUTPUT_DIR/$OAS_FILE.checksum
exit 0
2 changes: 1 addition & 1 deletion docs/nominatim.openapi.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/nominatim.openapi.json.checksum
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sha512-d4a1109aab4f9a8467ef1ac325f1ff794b2e1a401a3424e75158bdb9c28ffb8811caa3ba906de92a59cd25c3cb2ccd489b404231860334a5ce4a457045da1f93
sha512-093fdfd8b9b9ca163a372a0edf6b2e6eaa0fadab9fdcded79c6f15e3726b1a96c6a696077cbf1fbec18f09a5a0845698ed81ef6de86d289de3532ff8ddc54d4a
2 changes: 1 addition & 1 deletion src/nominatim.openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"info": {
"title": "OpenStreetMap Nominatim API",
"version": "4.3.2",
"description": "OpenStreetMap Nominatim API\n\nNeed some help?\n[nominatim.org](https://nominatim.org/)",
"description": "Nominatim (from the Latin, 'by name') is a tool to search OSM data by name and address and to generate synthetic addresses of OSM points (reverse geocoding). It has also limited capability to search features by their type (pubs, hotels, churches, etc).\n\nNeed some help?\n[nominatim.org](https://nominatim.org/)",
"termsOfService": "https://operations.osmfoundation.org/policies/nominatim/",
"contact": {
"url": "https://github.com/osm-search/Nominatim/issues"
Expand Down

0 comments on commit 22ec782

Please sign in to comment.