Skip to content

Commit

Permalink
Lint corrections
Browse files Browse the repository at this point in the history
Signed-off-by: Chinmay Das <[email protected]>
  • Loading branch information
chinmdas authored Dec 15, 2024
1 parent 1f0ceff commit dfb0c6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vsce/src/trees/CICSTree.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ export class CICSTree implements TreeDataProvider<CICSSessionTree> {
profiles.length > 0 ? await ProfileManagement.getProfilesCache().getProfileFromConfig(profiles[0].profName) : null;
const filePath =
currentProfile === null
? configInstance.getTeamConfig().opts.homeDir + "/zowe.config.json"
? configInstance.getTeamConfig().opts.homeDir + "/zowe.config.json"
: (currentProfile?.profLoc.osLoc?.[0] ?? "");
await openConfigFile(filePath);
} else {
Expand Down

0 comments on commit dfb0c6d

Please sign in to comment.