diff options
Diffstat (limited to 'shell.go')
| -rw-r--r-- | shell.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 } |
