Skip to content

Commit

Permalink
Merge pull request #16 from Foxboron/master
Browse files Browse the repository at this point in the history
Add Include file to Include array
  • Loading branch information
Jguer authored Jun 3, 2018
2 parents f09b14f + 212daf1 commit 1114f77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions conf.go
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ lineloop:
curRepo.Servers = append(curRepo.Servers, line.Values...)
continue lineloop
case "Include":
conf.Include = append(conf.Include, line.Values[0])
f, err := os.Open(line.Values[0])
if err != nil {
err = fmt.Errorf("error while processing Include directive at line %d: %s",
Expand Down

0 comments on commit 1114f77

Please sign in to comment.