Skip to content

Commit

Permalink
fix: correct gram errors
Browse files Browse the repository at this point in the history
  • Loading branch information
MAudelGisaia committed Dec 20, 2024
1 parent 773c9ae commit 4e149b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -508,11 +508,11 @@ fi
envsubst '$ARLAS_ENABLE_H3' < /usr/share/nginx/html/settings.yaml > /usr/share/nginx/html/settings.yaml.tmp
mv /usr/share/nginx/html/settings.yaml.tmp /usr/share/nginx/html/settings.yaml

# Allow applying an geohash/geotile aggregation on a geoshape field
# Allow applying a geohash/geotile aggregation on a geoshape field
if [ -z "${ARLAS_GEOSHAPE_AGG}" ]; then
ARLAS_GEOSHAPE_AGG=false
export ARLAS_GEOSHAPE_AGG
echo "geohash/geotile aggregation on a geoshape field are not allowed"
echo "geohash/geotile aggregation on a geoshape field is not allowed"
else
echo ${ARLAS_ENABLE_H3ARLAS_GEOSHAPE_AGG} "is used for 'enable_geoshape_agg' in settings.yaml file"
fi
Expand Down

0 comments on commit 4e149b8

Please sign in to comment.