summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/main.go b/main.go
index a1a5664..88a75f1 100644
--- a/main.go
+++ b/main.go
@@ -61,6 +61,10 @@ func main() {
err = doDistro()
}
+ if argv.MakeDists != nil {
+ s, err = doMakeDists("/home/mirrors/wit")
+ }
+
if err != nil {
me.sh.BadExit(s, err)
}