Skip to content

Commit d77465e

Browse files
committed
Fixed typo error
1 parent 1baaa58 commit d77465e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
*.out
1313

1414
# Dependency directories (remove the comment below to include it)
15-
# vendor/
15+
vendor/
1616

1717
ddblocal

plugin/ddbds.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ func (c *DDBConfig) Create(path string) (repo.Datastore, error) {
100100
ddbDS := ddbds.New(
101101
ddbClient,
102102
c.Table,
103-
ddbds.WithPartitionKey("PartitionKey"),
103+
ddbds.WithPartitionkey("PartitionKey"),
104104
ddbds.WithSortKey("SortKey"),
105105
)
106106

0 commit comments

Comments
 (0)