From 3aaa80075a9159fca06646ede3d52ed440f0bc05 Mon Sep 17 00:00:00 2001 From: Laurent Rochette Date: Thu, 29 Apr 2021 04:59:22 -0700 Subject: [PATCH] Fixed mispelling (#660) Documentation was spelled documenation (missing t) --- lib/interface/cli/commands/hybrid/init.cmd.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/interface/cli/commands/hybrid/init.cmd.js b/lib/interface/cli/commands/hybrid/init.cmd.js index 99c0e1d9a..abb1eca3f 100644 --- a/lib/interface/cli/commands/hybrid/init.cmd.js +++ b/lib/interface/cli/commands/hybrid/init.cmd.js @@ -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();