Skip to content

Commit

Permalink
Merge pull request #1379 from chrjorgensen/fix/QuickConnect-remote-fe…
Browse files Browse the repository at this point in the history
…atures

Fix Quick Connect remoteFeatures
  • Loading branch information
sebjulliand committed Jun 21, 2023
2 parents 5330a23 + 5a1c965 commit da5c029
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/api/IBMi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export interface MemberParts extends IBMiMember {
basename: string
}

let remoteApps = [
let remoteApps = [ // All names MUST also be defined as key in 'remoteFeatures' below!!
{
path: `/usr/bin/`,
names: [`setccsid`, `iconv`, `attr`, `tar`, `ls`]
Expand Down Expand Up @@ -93,6 +93,7 @@ export default class IBMi {
attr: undefined,
iconv: undefined,
tar: undefined,
ls: undefined,
};

this.variantChars = {
Expand Down

0 comments on commit da5c029

Please sign in to comment.