Skip to content

Commit fd96d1b

Browse files
committed
remove invalid arg
1 parent a5ab09e commit fd96d1b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

worker/deploy-site.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,7 @@ async function uploadSiteFiles(): Promise<number> {
154154
exec(
155155
`wrangler r2 object put ${escapeShellArg(CONFIG.bucketName + '/' + key)} ` +
156156
`--file=${escapeShellArg(file)} ` +
157-
`--content-type=${escapeShellArg(contentType)} ` +
158-
`--remote`,
157+
`--content-type=${escapeShellArg(contentType)}`,
159158
`upload ${key}`
160159
);
161160
uploadedCount++;

0 commit comments

Comments
 (0)