Skip to content

Commit

Permalink
Update packages/zowe-explorer/src/shared/utils.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Trae Yelovich <[email protected]>
Signed-off-by: Billie Simmons <[email protected]>
  • Loading branch information
JillieBeanSim and traeok authored Nov 1, 2023
1 parent 0f12302 commit 0c40a65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/zowe-explorer/src/shared/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export const JOB_SUBMIT_DIALOG_OPTS = [
localize("zowe.jobs.confirmSubmission.allJobs", "All jobs"),
];

export type localFileInfo = {
export type LocalFileInfo = {
name: string;
path: string;
};
Expand Down

0 comments on commit 0c40a65

Please sign in to comment.