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" {