Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cmd/pg-schema-diff/apply_cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ func failIfHazardsNotAllowed(plan diff.Plan, allowedHazardsTypesStrs []string) e

}
if len(disallowedHazardMsgs) > 0 {
return fmt.Errorf("prohited hazards found\n"+
return fmt.Errorf("prohibited hazards found\n"+
"These hazards must be allowed via the allow-hazards flag, e.g., --allow-hazards %s\n"+
"Prohibited hazards in the following statements:\n%s",
strings.Join(getHazardTypes(plan), ","),
Expand Down