Skip to content

Commit faa3740

Browse files
author
Antoine Verin
committed
fix backoffdelay name to backoff_delay
1 parent fc353f8 commit faa3740

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

postgresql/resource_postgresql_script.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212
const (
1313
scriptCommandsAttr = "commands"
1414
scriptTriesAttr = "tries"
15-
scriptBackoffDelayAttr = "backoffDelay"
15+
scriptBackoffDelayAttr = "backoff_delay"
1616
scriptShasumAttr = "shasum"
1717
)
1818

0 commit comments

Comments
 (0)