Skip to content

Commit fae2cd0

Browse files
penalosajamesopstad
andcommitted
Update packages/wrangler/src/deployment-bundle/bindings.ts
Co-authored-by: James Opstad <[email protected]>
1 parent 02f41e0 commit fae2cd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/wrangler/src/deployment-bundle/bindings.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@ export async function provisionBindings(
571571
false
572572
);
573573
logger.log(
574-
"Your Worker was deployed with provisioned resources. We've written the IDs of these resources to your config file, which you can choose to save or discard—either way future deploys will continue to work."
574+
"Your Worker was deployed with provisioned resources. We've written the IDs of these resources to your config file, which you can choose to save or discard. Either way future deploys will continue to work."
575575
);
576576
} catch (e) {
577577
// no-op — if the user is using TOML config we can't update it.

0 commit comments

Comments
 (0)