summaryrefslogtreecommitdiff
path: root/init.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-07-21 22:25:15 -0500
committerJeff Carr <[email protected]>2025-07-21 22:25:15 -0500
commit8e8d9e9a692e78c0a4b014fab048a2ee86caf855 (patch)
tree38811d53125120aac63103da377b68c5175f6547 /init.go
parentb6a7af773d3216346d08d23b3d960d5c01048d9b (diff)
return a map of the repos & errors
Diffstat (limited to 'init.go')
-rw-r--r--init.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/init.go b/init.go
index 220050b..57e18fd 100644
--- a/init.go
+++ b/init.go
@@ -145,6 +145,10 @@ func (f *Forge) InitPB() {
f.forgeURL = os.Getenv("FORGE_URL")
log.Info("got forge url", f.forgeURL)
}
+
+ // todo: play with these / determine good values based on user's machine
+ f.rillX = 10
+ f.rillY = 20
}
func (f *Forge) InitMachine() {