From cde810301ddeb6d4e43f4bcf50356601d5548b9d Mon Sep 17 00:00:00 2001 From: brettlangdon Date: Sun, 21 Jun 2015 19:36:50 -0400 Subject: [PATCH] fix include --- test.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.cfg b/test.cfg index 9082812..41740dc 100644 --- a/test.cfg +++ b/test.cfg @@ -12,7 +12,7 @@ primary { # Primary-sub stuff sub { key = "primary sub key value"; - include "test_include.cfg"; + include "./test_include.cfg"; } }