aboutsummaryrefslogtreecommitdiff
path: root/config.go
diff options
context:
space:
mode:
Diffstat (limited to 'config.go')
-rw-r--r--config.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.go b/config.go
index dbe06de..525581a 100644
--- a/config.go
+++ b/config.go
@@ -24,6 +24,7 @@ var config struct {
Net string `scfg:"net"`
Addr string `scfg:"addr"`
Key string `scfg:"key"`
+ Root string `scfg:"root"`
} `scfg:"ssh"`
Git struct {
Root string `scfg:"root"`