Fix typo ('depracted' -> 'deprecated')
This commit is contained in:
parent
a8f08faab5
commit
56357c0ab7
|
@ -232,7 +232,7 @@ func (b *Backend) configure(ctx context.Context) error {
|
||||||
|
|
||||||
b.ddbTable = data.Get("dynamodb_table").(string)
|
b.ddbTable = data.Get("dynamodb_table").(string)
|
||||||
if b.ddbTable == "" {
|
if b.ddbTable == "" {
|
||||||
// try the depracted field
|
// try the deprecated field
|
||||||
b.ddbTable = data.Get("lock_table").(string)
|
b.ddbTable = data.Get("lock_table").(string)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue