summaryrefslogtreecommitdiff
path: root/shell.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-12-17 01:15:31 -0600
committerJeff Carr <[email protected]>2024-12-17 01:15:31 -0600
commit4bc95ad2684cb42159229b8198aa8a2377f80aa1 (patch)
tree57c4b95880302bfd3a34d0cc3eec6ab79f1d0993 /shell.go
parentc53da5a9a1da1b29db24d4e1ce2b294514d99ac2 (diff)
keep isolating use of os.Exec("git")
Diffstat (limited to 'shell.go')
-rw-r--r--shell.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell.go b/shell.go
index 3d15eee..ce000e5 100644
--- a/shell.go
+++ b/shell.go
@@ -77,7 +77,7 @@ func (repo *Repo) Exists(filename string) bool {
return true
}
-func (repo *Repo) IsValid() bool {
+func (repo *Repo) IsValidDir() bool {
if repo == nil {
return false
}