Skip to content

Commit

Permalink
Update kong-dashboard.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasG77 authored Mar 19, 2019
1 parent 4ada534 commit 23b47d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/kong-dashboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ function start(argv) {
}).then((version) => {
var rcRegex = /rc[\d]{0,}$/;
if (rcRegex.test(version)) {
terminal.info("Kong version is a release candidate e.g " + version + ". You may encounter issues");
terminal.warning("Kong version is a release candidate e.g " + version + ". You may encounter issues");
version = version.replace(rcRegex, '');
}
if (semver.lt(version, '0.9.0')) {
Expand Down

0 comments on commit 23b47d0

Please sign in to comment.