From 4e19ff99463304f13e688a6a640427c2ab6d2d04 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 14 Jan 2024 10:00:42 -0600 Subject: GPL Signed-off-by: Jeff Carr --- draw.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'draw.go') diff --git a/draw.go b/draw.go index 3143cc5..95f0158 100644 --- a/draw.go +++ b/draw.go @@ -11,7 +11,7 @@ import ( // creates the actual widgets. // it's assumed you are always passing in a box -func draw(rs *RepoStatus) { +func (rs *RepoStatus) draw() { if ! rs.Ready() {return} // display the status of the git repository -- cgit v1.2.3