From 131e642a6173848e9348325212fb71a641003aaf Mon Sep 17 00:00:00 2001 From: thiuda Date: Thu, 3 Jun 2021 20:43:52 +0200 Subject: [PATCH] Added '' around default value --- templates/daemon.json.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/daemon.json.j2 b/templates/daemon.json.j2 index de96ca5..ddebedc 100644 --- a/templates/daemon.json.j2 +++ b/templates/daemon.json.j2 @@ -1,3 +1,3 @@ { - "data-root": "{{ docker_root | default("/var/lib/docker") }}" + "data-root": "{{ docker_root | default('/var/lib/docker') }}" } \ No newline at end of file