Skip to content

Commit

Permalink
remove rogue return err` that causes validation to exit
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobbednarz committed Sep 12, 2022
1 parent 2713119 commit 927f541
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/provider/validate.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ func Validate(ui cli.Ui) error {
return err
}
}
return err
case dirExists("docs"):
ui.Info("detected static docs directory, running checks")
return validateStaticDocs(ui, "docs")
Expand Down

0 comments on commit 927f541

Please sign in to comment.