summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-09 20:00:39 -0500
committerJeff Carr <[email protected]>2025-10-09 20:06:39 -0500
commit5cc996fb000749369a339b850c1f2f2218892537 (patch)
tree4e6818c93fd5d6257d7fdfae0d993acdaadef736 /main.go
parent6910b06ff957337af42f89c1a19072cb75c0ae74 (diff)
nearing ability to create dists/v0.0.16
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)
}