Browse Source

fix include

pull/16/head
Brett Langdon 11 years ago
parent
commit
cde810301d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      test.cfg

+ 1
- 1
test.cfg View File

@ -12,7 +12,7 @@ primary {
# Primary-sub stuff
sub {
key = "primary sub key value";
include "test_include.cfg";
include "./test_include.cfg";
}
}


Loading…
Cancel
Save