summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/main.go b/main.go
index 48d132c..719fdf0 100644
--- a/main.go
+++ b/main.go
@@ -21,7 +21,7 @@ var resources embed.FS
var HOSTNAME string = "forge.wit.com"
var LIBDIR string = "/var/lib/forged/" // need to deprecate this
-// var FORGEDIR string = "/home/forge" // deprecated?
+var FORGEDIR string = "/home/forge" // deprecated?
func main() {
me = new(mainType)
@@ -29,6 +29,7 @@ func main() {
me.auto = prep.Bash(&argv) // this line should be: prep.Bash(&argv)
me.forge = forgepb.InitByAppname(ARGNAME)
+ me.forge.Config.DumpENV()
if err := me.forge.InitPatchsets(); err != nil {
log.Info("patches failed to open", err)