From 623b35629bb3617d0f541729646007159f8ae56a Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 18 Jan 2024 05:01:54 -0600 Subject: new paths Signed-off-by: Jeff Carr --- git.go | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'git.go') diff --git a/git.go b/git.go index 31175b6..7c4e3bb 100644 --- a/git.go +++ b/git.go @@ -8,6 +8,10 @@ import ( "io/ioutil" ) +func (rs *RepoStatus) String() string { + return rs.repopath +} + func (rs *RepoStatus) GetPath() string { return rs.repopath } -- cgit v1.2.3