diff options
| -rw-r--r-- | config.default.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.default.pl b/config.default.pl index 167630c..0e7e6bf 100644 --- a/config.default.pl +++ b/config.default.pl @@ -17,6 +17,6 @@ SOCKET_MAX_CONNECTIONS => 100, TEMPLATE_ROOT => 'template', # template directory GIT_ROOT => 'git', # git directory (~user/repo) -} +}; 1; |
