diff options
| author | Jeff Carr <[email protected]> | 2024-12-03 13:24:41 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-12-03 13:24:41 -0600 |
| commit | 3600dbed8ceca3253afcd6b6ce1ee3f941aef30d (patch) | |
| tree | 9eda700b2d8efce5bba61558af33b15b919df844 /human.go | |
| parent | dfae92e3c35e445e5a8098c720cac9b8d3f969c8 (diff) | |
unbelievable. rill is great.
Diffstat (limited to 'human.go')
| -rw-r--r-- | human.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |
