Skip to content

Commit b8015ac

Browse files
committed
chore(polywrap/manifest): improve migrator warn message
1 parent 625c884 commit b8015ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/js/manifests/polywrap/src/formats/polywrap/migrators/0.3.0_to_0.4.0.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { PolywrapManifest as NewManifest } from "../0.4.0";
55
export function migrate(migrate: OldManifest, logger?: ILogger): NewManifest {
66
if (migrate.extensions?.deploy) {
77
logger?.warn(
8-
`The Polywrap Deploy Manifest does not needs to be defined in the Polywrap Manifest, feel free to remove it.`
8+
`The Polywrap Deploy Manifest does not needs to be defined in the Polywrap Manifest, please remove it`
99
);
1010
}
1111
return {

0 commit comments

Comments
 (0)