Skip to content

Commit

Permalink
Code clean up
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Nikitenko <rnikiten@redhat.com>
  • Loading branch information
RomanNikitenko committed Sep 19, 2023
1 parent 42a7c5a commit e11274d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/extensions/che-remote/src/axios-certificate-authority.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@

import * as axios from 'axios';
import * as fs from 'fs-extra';
import https from 'https';
import path from 'path';
import * as https from 'https';
import * as path from 'path';

const DEFAULT_CHE_SELF_SIGNED_MOUNT_PATH = '/public-certs';
const CHE_SELF_SIGNED_MOUNT_PATH = process.env.CHE_SELF_SIGNED_MOUNT_PATH;
Expand Down

0 comments on commit e11274d

Please sign in to comment.