Skip to content
Snippets Groups Projects
Commit 316c6fd4 authored by Guilherme Salazar's avatar Guilherme Salazar
Browse files

fix style issue in make variable

parent 8af8d3fe
No related branches found
No related tags found
1 merge request!197bsd-compatible makefile
Loading
Loading
@@ -181,7 +181,7 @@ gitlab-workhorse/.git/pull:
influxdb-setup: influxdb/influxdb.conf influxdb/bin/influxd influxdb/meta/meta.db
 
influxdb/bin/influxd:
cd influxdb && $(MAKE)
cd influxdb && ${MAKE}
 
influxdb/meta/meta.db: Procfile
grep '^influxdb:' Procfile || (printf ',s/^#influxdb/influxdb/\nwq\n' | ed -s Procfile)
Loading
Loading
@@ -193,7 +193,7 @@ influxdb/influxdb.conf:
grafana-setup: grafana/grafana.ini grafana/bin/grafana-server grafana/gdk-pg-created grafana/gdk-data-source-created
 
grafana/bin/grafana-server:
cd grafana && $(MAKE)
cd grafana && ${MAKE}
 
grafana/grafana.ini:
sed -e "s|/home/git|${gitlab_development_root}|g" \
Loading
Loading
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