Skip to content

Commit 3aaa800

Browse files
authored
Fixed mispelling (#660)
Documentation was spelled documenation (missing t)
1 parent 9da53b5 commit 3aaa800

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/interface/cli/commands/hybrid/init.cmd.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -973,7 +973,7 @@ const initCmd = new Command({
973973
console.log(`Go to ${colors.blue('https://g.codefresh.io/kubernetes/services/')} to view your cluster in Codefresh dashbaord`);
974974
}
975975
console.log(`Link to the new runtime: ${colors.blue(`https://g.codefresh.io/account-admin/account-conf/runtime-environments?runtime=${encodeURI(installationPlan.getContext('runtimeName'))}`)}`);
976-
console.log(`\nDocumenation link: ${colors.blue('https://codefresh.io/docs/docs/enterprise/codefresh-runner/#codefresh-runner-preview-release')}`);
976+
console.log(`\nDocumentation link: ${colors.blue('https://codefresh.io/docs/docs/enterprise/codefresh-runner/#codefresh-runner-preview-release')}`);
977977
console.log(`If you had any issues with the installation please report them at: ${colors.blue('https://github.com/codefresh-io/cli/issues/new')}`);
978978
await to(progressReporter.report(installationProgress.events.FINISHED, installationProgress.status.SUCCESS));
979979
await drawCodefreshFiglet();

0 commit comments

Comments
 (0)