Skip to content

Commit 256374e

Browse files
committed
using the github browser merge is always a bad idea
1 parent a1b9255 commit 256374e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/wrangler/src/triggers/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ async function triggersDeployHandler(
5858
await printWranglerBanner();
5959

6060
const config = readConfig(undefined, args);
61-
const assetsOptions = processAssetsArg({ assets: undefined }, config);
61+
const assetsOptions = getAssetsOptions({ assets: undefined }, config);
6262
metrics.sendMetricsEvent(
6363
"deploy worker triggers",
6464
{},

0 commit comments

Comments
 (0)