Skip to content

Commit

Permalink
Merge pull request #55 from gbraad-redhat/use-ocenv-with-microshift
Browse files Browse the repository at this point in the history
Allow `oc-env` to be used with the `microshift` preset
  • Loading branch information
gbraad authored Apr 26, 2023
2 parents 28103ee + 4f7a5f1 commit 45c7025
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dev-terminal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ async function openTerminalWithOC(): Promise<void> {

switch (crcStatus.status.Preset) {
case 'openshift':
case 'microshift':
command = 'oc-env';
break;
case 'podman':
Expand Down

0 comments on commit 45c7025

Please sign in to comment.