summaryrefslogtreecommitdiff
path: root/shell.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-12-03 18:03:54 -0600
committerJeff Carr <[email protected]>2024-12-03 18:03:54 -0600
commit97a2f05cf2e0c09e8576db089950483a48afea71 (patch)
tree2e258e0075cfa566c9de068846c3e5e32e4ed04e /shell.go
parent18905d7cf7ed2e2eb15f7f668c0ecbfcd6b94ec0 (diff)
renamev0.0.22
Diffstat (limited to 'shell.go')
-rw-r--r--shell.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell.go b/shell.go
index 18aef05..ae741e3 100644
--- a/shell.go
+++ b/shell.go
@@ -60,6 +60,7 @@ func (repo *Repo) Exists(filename string) bool {
testf := filepath.Join(repo.FullPath, filename)
_, err := os.Stat(testf)
if err != nil {
+ log.Warn("gitpb: Exists() failed for", testf)
return false
}
return true