We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7b05af commit ab680e5Copy full SHA for ab680e5
1 file changed
examples/oapp-solana/tasks/solana/initConfig.ts
@@ -29,6 +29,6 @@ initConfigTask.setDescription('Initialize OApp accounts for Solana').setAction(a
29
...args,
30
internalConfigurator: initOAppAccounts,
31
isSolanaInitConfig: true,
32
- noActionMessage: 'Pathway config already initialized, no action is necessary',
+ noActionMessage: 'Pathway config already initialized',
33
})
34
)
0 commit comments