summaryrefslogtreecommitdiff
path: root/forgeConfig
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-29 13:27:32 -0600
committerJeff Carr <[email protected]>2024-11-29 13:27:32 -0600
commit84a042cb15b456e5e7c37fbc922395becf7f071d (patch)
tree5e7a4559e36b6de22644db8d53d875e6531ffe5d /forgeConfig
parentedd6b1d432eaa3506be23b31f0686812a6b9093c (diff)
autogenpb marshal * sort
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'forgeConfig')
-rw-r--r--forgeConfig/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/forgeConfig/main.go b/forgeConfig/main.go
index 6e9fe1a..3ce6c7d 100644
--- a/forgeConfig/main.go
+++ b/forgeConfig/main.go
@@ -25,7 +25,7 @@ func main() {
// try to delete, then save config and exit
if argv.Delete {
- if oldr := f.Config.DeleteByPath(argv.GoPath); oldr == nil {
+ if oldr := f.Config.DeleteByGoPath(argv.GoPath); oldr == nil {
log.Info("deleted", argv.GoPath, "did not exist. did nothing")
os.Exit(0)
}