Skip to content

Commit 085bb55

Browse files
author
George P. Stathis
committed
Fix elasticsearch_pid_dir tag expression.
1 parent 000906d commit 085bb55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/elasticsearch.default.j2

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@ export ES_USE_GC_LOGGING=true
6464
JAVA_HOME={{ elasticsearch_java_home }}
6565
{% endif %}
6666

67-
PID_DIR={% elasticsearch_pid_dir %}
67+
PID_DIR={{ elasticsearch_pid_dir }}

0 commit comments

Comments
 (0)