Skip to content

Commit

Permalink
Fixed mispelling (#660)
Browse files Browse the repository at this point in the history
Documentation was spelled documenation (missing t)
  • Loading branch information
lrochette authored Apr 29, 2021
1 parent 9da53b5 commit 3aaa800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/interface/cli/commands/hybrid/init.cmd.js
Original file line number Diff line number Diff line change
Expand Up @@ -973,7 +973,7 @@ const initCmd = new Command({
console.log(`Go to ${colors.blue('https://g.codefresh.io/kubernetes/services/')} to view your cluster in Codefresh dashbaord`);
}
console.log(`Link to the new runtime: ${colors.blue(`https://g.codefresh.io/account-admin/account-conf/runtime-environments?runtime=${encodeURI(installationPlan.getContext('runtimeName'))}`)}`);
console.log(`\nDocumenation link: ${colors.blue('https://codefresh.io/docs/docs/enterprise/codefresh-runner/#codefresh-runner-preview-release')}`);
console.log(`\nDocumentation link: ${colors.blue('https://codefresh.io/docs/docs/enterprise/codefresh-runner/#codefresh-runner-preview-release')}`);
console.log(`If you had any issues with the installation please report them at: ${colors.blue('https://github.com/codefresh-io/cli/issues/new')}`);
await to(progressReporter.report(installationProgress.events.FINISHED, installationProgress.status.SUCCESS));
await drawCodefreshFiglet();
Expand Down

0 comments on commit 3aaa800

Please sign in to comment.