Skip to content
Snippets Groups Projects
Commit 5494b9f7 authored by michael.minelli's avatar michael.minelli
Browse files

Commander => Fix latest links

parent cfb57ec7
No related branches found
No related tags found
No related merge requests found
Pipeline #28449 passed
......@@ -45,7 +45,7 @@ class CommanderApp {
if ( !SharedConfig.production ) {
console.log(boxen(`This is a development (unstable) version of the DojoCLI.
If you want to use the stable version, please install the package from the following url:
https://gitedu.hesge.ch/dojo_project/projects/ui/dojocli/-/releases/latest`, {
https://gitedu.hesge.ch/dojo_project/projects/ui/dojocli/-/releases/Latest`, {
title : 'Warning',
titleAlignment: 'center',
borderColor : 'red',
......@@ -64,7 +64,7 @@ https://gitedu.hesge.ch/dojo_project/projects/ui/dojocli/-/releases/latest`, {
if ( semver.lt(version, latestDojoCliVersion) ) {
if ( (new Date()).getTime() - latestDojoCliVersionNotification >= Config.versionUpdateInformationPeriodHours * 60 * 60 * 1000 ) {
console.log(boxen(`The ${ latestDojoCliVersion } version of the DojoCLI is available:
https://gitedu.hesge.ch/dojo_project/projects/ui/dojocli/-/releases/latest`, {
https://gitedu.hesge.ch/dojo_project/projects/ui/dojocli/-/releases/Latest`, {
title : 'Information',
titleAlignment: 'center',
borderColor : 'blue',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment