We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 625c884 commit b8015acCopy full SHA for b8015ac
1 file changed
packages/js/manifests/polywrap/src/formats/polywrap/migrators/0.3.0_to_0.4.0.ts
@@ -5,7 +5,7 @@ import { PolywrapManifest as NewManifest } from "../0.4.0";
5
export function migrate(migrate: OldManifest, logger?: ILogger): NewManifest {
6
if (migrate.extensions?.deploy) {
7
logger?.warn(
8
- `The Polywrap Deploy Manifest does not needs to be defined in the Polywrap Manifest, feel free to remove it.`
+ `The Polywrap Deploy Manifest does not needs to be defined in the Polywrap Manifest, please remove it`
9
);
10
}
11
return {
0 commit comments