summaryrefslogtreecommitdiff
path: root/build.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-19 04:48:28 -0500
committerJeff Carr <[email protected]>2025-10-19 04:48:28 -0500
commit867b8dce9ea8f9f22718313691664f1f0e97e4c8 (patch)
treed2d45fffa8e106475a09b766b6bf316aff92d56e /build.go
parent2896bf0b1d58b27b331ea437c7c5a7d7318c8e43 (diff)
new argv
Diffstat (limited to 'build.go')
-rw-r--r--build.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.go b/build.go
index 797efdb..b80be68 100644
--- a/build.go
+++ b/build.go
@@ -8,7 +8,7 @@ import (
)
func build() error {
- err := forge.Build(workingRepo, nil)
+ err := me.forge.Build(workingRepo, nil)
pwd, _ := os.Getwd()
if err == nil {
log.Info("this totally worked", pwd)