diff options
Diffstat (limited to 'doForce.go')
| -rw-r--r-- | doForce.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ import ( // thsi will clean out everything and start over func doForce(repo *gitpb.Repo) error { // var perfect bool = true - 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") |
