summaryrefslogtreecommitdiff
path: root/git.go
diff options
context:
space:
mode:
Diffstat (limited to 'git.go')
-rw-r--r--git.go4
1 files changed, 4 insertions, 0 deletions
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
}