summaryrefslogtreecommitdiff
path: root/settings.go
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 /settings.go
parentedd6b1d432eaa3506be23b31f0686812a6b9093c (diff)
autogenpb marshal * sort
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'settings.go')
-rw-r--r--settings.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings.go b/settings.go
index c024d81..c1a7cb8 100644
--- a/settings.go
+++ b/settings.go
@@ -15,7 +15,7 @@ import (
)
func (all *ForgeConfigs) UpdateGoPath(name string, gopath string) bool {
- oldr := all.DeleteByPath(name)
+ oldr := all.DeleteByGoPath(name)
if oldr == nil {
// nothing to update
return false