Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
#patch

Co-authored-by: Gemma Taylor <[email protected]>
  • Loading branch information
gregtyler and GemTay authored Oct 23, 2023
1 parent 90c6ccc commit 71875ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ create-tables:
--billing-mode PAY_PER_REQUEST

docker compose run --rm aws dynamodb describe-table --table-name events || \
docker compose run --rm aws dynamodb create-ta~ble \
docker compose run --rm aws dynamodb create-table \
--table-name events \
--attribute-definitions AttributeName=uid,AttributeType=S AttributeName=created,AttributeType=S \
--key-schema AttributeName=uid,KeyType=HASH AttributeName=created,KeyType=RANGE \
Expand Down

0 comments on commit 71875ee

Please sign in to comment.