From 4656c1d17ae0da1519863f7879b2cd7dd60df5bf Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 10 Oct 2025 08:06:05 -0500 Subject: a common close --- config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.go') diff --git a/config.go b/config.go index c8b5026..600becd 100644 --- a/config.go +++ b/config.go @@ -20,7 +20,7 @@ func (f *Forge) ConfigSave() error { } if !config.HasChanged("forge") { - return log.Errorf("didn't save. no changes were made") + return nil } // only let forge edit & save the config files -- cgit v1.2.3