diff options
| author | Jeff Carr <[email protected]> | 2024-01-31 01:36:54 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-31 01:36:54 -0600 |
| commit | 1c3263638364b85eb023cabad8efda9f5f6cae1f (patch) | |
| tree | e3296441e848a67f3f10018d0bcf5e99f12c0fa9 /checkReady.go | |
| parent | f419286c05a9742e1b46f72b1e2dba0b373f1874 (diff) | |
add the dangerous things
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'checkReady.go')
| -rw-r--r-- | checkReady.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/checkReady.go b/checkReady.go index b97dce8..a70da6a 100644 --- a/checkReady.go +++ b/checkReady.go @@ -56,7 +56,7 @@ func CheckReady() bool { } testf = filepath.Join(fullpath, "LICENSE") - if ! Exists(testf) { + if !Exists(testf) { log.Info("\trepo is not ready. missing LICENSE") return false } |
