From 3600dbed8ceca3253afcd6b6ce1ee3f941aef30d Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 3 Dec 2024 13:24:41 -0600 Subject: unbelievable. rill is great. --- human.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'human.go') diff --git a/human.go b/human.go index 7033985..6685b48 100644 --- a/human.go +++ b/human.go @@ -29,7 +29,7 @@ func (f *Forge) standardHeader(r *ForgeConfig) string { if f.IsFavorite(r.GoPath) { flags += "(favorite) " } - if f.IsReadOnly(r.GoPath) { + if f.Config.IsReadOnly(r.GoPath) { readonly = "" } else { readonly = "r/w" -- cgit v1.2.3