Skip to content

Commit 02d2d65

Browse files
committed
Merge branch 'main' into cli-app-creation-flow
# Conflicts: # util.ts
2 parents dae166c + d7b6478 commit 02d2d65

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

deploy/database.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const databasesProvisionCommand = new Command<DatabaseContext>()
1616
value: (value: string): "denokv" | "prisma" => {
1717
if (value !== "denokv" && value !== "prisma") {
1818
throw new ValidationError(
19-
`kind must be either "kv" or "prisma", but got "${value}".`,
19+
`kind must be either "denokv" or "prisma", but got "${value}".`,
2020
);
2121
}
2222
return value;

0 commit comments

Comments
 (0)