summaryrefslogtreecommitdiff
path: root/checkReady.go
diff options
context:
space:
mode:
Diffstat (limited to 'checkReady.go')
-rw-r--r--checkReady.go2
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
}