EOX GitLab Instance

Skip to content
Snippets Groups Projects
Commit 86aa0d5c authored by Lubomir Dolezal's avatar Lubomir Dolezal
Browse files

fix typos

parent ecbc3907
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
echo "Running registrar" echo "Running registrar"
replace="" replace=""
if test "$PREPROCESSOR_REPLACE" = true; then if test "$REGISTRAR_REPLACE" = true; then
replace="--replace" replace="--replace"
fi fi
......
...@@ -165,7 +165,7 @@ configs: ...@@ -165,7 +165,7 @@ configs:
client-ops: client-ops:
file: ./config/dem_index-ops.html file: ./config/dem_index-ops.html
preprocessor-config: preprocessor-config:
file: ./config/dem-config.yml file: ./config/dem_preprocessor-config.yml
volumes: volumes:
db-data: db-data:
redis-data: redis-data:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment