Skip to content

Commit 927f541

Browse files
committed
remove rogue return err` that causes validation to exit
1 parent 2713119 commit 927f541

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

internal/provider/validate.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ func Validate(ui cli.Ui) error {
3434
return err
3535
}
3636
}
37-
return err
3837
case dirExists("docs"):
3938
ui.Info("detected static docs directory, running checks")
4039
return validateStaticDocs(ui, "docs")

0 commit comments

Comments
 (0)