Skip to content

Commit

Permalink
Fix default for partition template
Browse files Browse the repository at this point in the history
  • Loading branch information
cmackenzie1 committed Jan 24, 2025
1 parent 2a5d061 commit c0b6533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/wrangler/src/pipelines/cli/create.ts
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ export function addCreateOptions(yargs: Argv<CommonYargsOptions>) {
.option("partition-template", {
type: "string",
describe: "Path template for partitioned files in the bucket",
default: "event_date=${date}/hr=${hr}",
default: "event_date=${date}/hr=${hour}",
demandOption: false,
})
.option("file-template", {
Expand Down

0 comments on commit c0b6533

Please sign in to comment.