diff options
| author | Jeff Carr <[email protected]> | 2024-12-01 22:37:11 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-12-01 22:37:11 -0600 |
| commit | 425cb042b997e9243ea19ea82bfaa9ccce484a5c (patch) | |
| tree | abe18d2864d003a1b98a67dcf4ec8b84158573f3 /shell.go | |
| parent | cfb5a7adc0c02ad4f5a46b212eab972f9a0d2917 (diff) | |
cleanup old codev0.0.17
Diffstat (limited to 'shell.go')
| -rw-r--r-- | shell.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -55,7 +55,7 @@ func (repo *Repo) strictRun(cmd []string) (bool, error) { func (repo *Repo) Exists(filename string) bool { if repo == nil { log.Warn("repo == nil for Exists()") - panic(-1) + return false } testf := filepath.Join(repo.FullPath, filename) _, err := os.Stat(testf) |
