diff options
| author | Jeff Carr <[email protected]> | 2024-02-23 09:02:16 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-23 09:02:16 -0600 |
| commit | 9ddddd8cebb3eab2f5b8421f63bb2b2358bdab2d (patch) | |
| tree | 54ac23e34f778c483356e505e0931da86679011c /globalDisplayOptions.go | |
| parent | e0bda97e5f522e3bf54c423290667763e9f60775 (diff) | |
rename to repolist.RepoRow
Diffstat (limited to 'globalDisplayOptions.go')
| -rw-r--r-- | globalDisplayOptions.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/globalDisplayOptions.go b/globalDisplayOptions.go index db9c983..3ae88e2 100644 --- a/globalDisplayOptions.go +++ b/globalDisplayOptions.go @@ -6,7 +6,7 @@ import ( "go.wit.com/log" ) -func hideFunction(r *repolist.Repo) { +func hideFunction(r *repolist.RepoRow) { if r.Status.IsDirty() { r.Show() return |
