summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-26 18:52:54 -0500
committerJeff Carr <[email protected]>2025-09-26 19:04:45 -0500
commitc0f7721f65e6f8baea33eb4b4975c11792063c57 (patch)
tree95edad6643b9064f318fc22e041577b203f2f40c /main.go
parente41cf6f043e3475c74b3376d80d2294d9a6e72df (diff)
make forged config come from /etcv0.0.52
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index 3ea9e93..00e508c 100644
--- a/main.go
+++ b/main.go
@@ -26,7 +26,7 @@ func main() {
me.myGui = prep.Gui() // prepares the GUI package for go-args
me.auto = prep.Bash(&argv) // this line should be: prep.Bash(&argv)
- me.forge = forgepb.InitByAppname(ARGNAME)
+ me.forge = forgepb.InitByFullpath("/etc/forged/forge.text")
me.forge.Config.DumpENV()
if err := me.forge.InitPatchsets(); err != nil {