From 4d2f68606ef8d2ff4ce388a8da0c2eae53c276a9 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 29 Feb 2024 21:57:56 -0600 Subject: [PATCH] remove bad function name --- gitConfig.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gitConfig.go b/gitConfig.go index bc78f9d..03bac49 100644 --- a/gitConfig.go +++ b/gitConfig.go @@ -217,9 +217,11 @@ func (rs *RepoStatus) GitLsFiles() (bool, string) { return true, output } +/* func (rs *RepoStatus) Writable() { rs.readOnly.SetText("false") } +*/ func (rs *RepoStatus) ReadOnly() bool { if rs.readOnly.String() == "true" {