summaryrefslogtreecommitdiff
path: root/doStrict.go
diff options
context:
space:
mode:
Diffstat (limited to 'doStrict.go')
-rw-r--r--doStrict.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/doStrict.go b/doStrict.go
index 51a50d9..39192bd 100644
--- a/doStrict.go
+++ b/doStrict.go
@@ -8,7 +8,7 @@ import (
)
func doStrict(repo *gitpb.Repo) error {
- if !repo.IsValid() {
+ if !repo.IsValidDir() {
log.Info(repo.GoPath, "is invalid. fix your repos.pb file with 'forge' first")
log.Info("")
log.Info("go install go.wit.com/apps/forge@latest")