Skip to content

Commit 9cf7af6

Browse files
committed
fix warning
1 parent 7d8db1b commit 9cf7af6

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/publish/provider.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@ export function findProvider(name?: string) {
4343
warning(
4444
`The Quarto Pub publishing destination is no longer supported. ` +
4545
`Consider publishing to Posit Connect Cloud instead ` +
46-
`using \`quarto publish posit-connect-cloud\`. ` +
47-
`See https://docs.posit.co/cloud/whats_new/#october-2024 for details.`,
46+
`using \`quarto publish posit-connect-cloud\`.`
4847
);
4948
}
5049
return kPublishProviders.find((provider) => provider.name === name);

0 commit comments

Comments
 (0)