Skip to content

Commit be746c9

Browse files
authored
fix: remove workflow guide path prefix from init output
1 parent d5e4793 commit be746c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/cli/init-command.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ export function createInitCommand(): Command {
9090
logger.info(' 2. Commit the generated files to your repository');
9191
logger.info(' 3. Set up CI/CD identity authentication:');
9292
if (isGitHub) {
93-
logger.info(' - Follow ./APIOPS-WORKFLOW-IDENTITY-SETUP.md for manual setup, OR');
93+
logger.info(' - Follow APIOPS-WORKFLOW-IDENTITY-SETUP.md for manual setup, OR');
9494
logger.info(' - Open ./.github/prompts/apiops-setup-workflow-identity.prompt.md with GitHub Copilot for guided setup');
9595
} else {
9696
logger.info(' - Follow ./APIOPS-PIPELINE-IDENTITY-SETUP.md for manual setup, OR');

0 commit comments

Comments
 (0)