summaryrefslogtreecommitdiff
path: root/human.go
diff options
context:
space:
mode:
Diffstat (limited to 'human.go')
-rw-r--r--human.go2
1 files changed, 1 insertions, 1 deletions
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"