Skip to content

Commit 2713119

Browse files
committed
validate: provide feedback when validation finishes
1 parent ade0cc9 commit 2713119

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

internal/provider/validate.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ func Validate(ui cli.Ui) error {
4343
return validateLegacyWebsite(ui, "website")
4444
}
4545

46+
ui.Info("validation checks complete, no issues detected!")
47+
4648
return nil
4749
}
4850

0 commit comments

Comments
 (0)