Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Commit

Permalink
Fix log.
Browse files Browse the repository at this point in the history
Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>
  • Loading branch information
AndrienkoAleksandr committed Oct 8, 2020
1 parent beda0d5 commit 3b444fb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export class ChePluginServiceImpl implements ChePluginService {
const workspaceSettings: WorkspaceSettings = await this.workspaceService.getWorkspaceSettings();
if (workspaceSettings && workspaceSettings['cheWorkspacePluginRegistryInternalUrl']) {
let uri = workspaceSettings['cheWorkspacePluginRegistryInternalUrl'];
console.log('[INFO] Registry url is: ' + uri);
console.log('[INFO] Plugin registry url is: ' + uri);

if (!uri.endsWith('/plugins/')) {
if (uri.endsWith('/')) {
Expand Down

0 comments on commit 3b444fb

Please sign in to comment.