Skip to content

Commit

Permalink
Fixes to bugs found by @Martin-Zeithaml
Browse files Browse the repository at this point in the history
Signed-off-by: 1000TurquoisePogs <[email protected]>
  • Loading branch information
1000TurquoisePogs committed Feb 12, 2024
1 parent c9aa8b1 commit 3ffb478
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions bin/commands/install/.help
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ Expected outputs:
* `SZWEAUTH` contains few Zowe load modules (++PROGRAM).
* `SZWESAMP` contains several sample configurations.
* `SZWEEXEC` contains few utilities used by Zowe.
* `SZWELOAD` contains config manager for rexx.
4 changes: 2 additions & 2 deletions files/SZWESAMP/ZWEIAPF
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
//*
//* This dataset holds product plugins for ZIS,
//* ZIS is located in the LOADLIB.
// SET PLUGINLIB='{zowe.setup.dataset.authPluginLib}'
// SET PLUGLIB='{zowe.setup.dataset.authPluginLib}'
//*
//APFLOAD COMMAND 'SETPROG APF,ADD,DSN=&LOADLIB'
//*
//APFLIB COMMAND 'SETPROG APF,ADD,DSN=&PLUGINLIB'
//APFLIB COMMAND 'SETPROG APF,ADD,DSN=&PLUGLIB'
//*
2 changes: 1 addition & 1 deletion files/SZWESAMP/ZWEIKRA3
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
//*
//* ATTENTION!
//* Each ZWEIKR JCL is for different ESM and Keyring options.
// This one is for importing a PKCS12 certificate from a data set.
//* This one is for importing a PKCS12 certificate from a data set.
//*
//*********************************************************************
//*
Expand Down
2 changes: 1 addition & 1 deletion files/SZWESAMP/ZWEIKRR3
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
//*
//* ATTENTION!
//* Each ZWEIKR JCL is for different ESM and Keyring options.
// This one is for importing a PKCS12 certificate from a data set.
//* This one is for importing a PKCS12 certificate from a data set.
//*
//*********************************************************************
//*
Expand Down
2 changes: 1 addition & 1 deletion files/SZWESAMP/ZWEIKRT3
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
//*
//* ATTENTION!
//* Each ZWEIKR JCL is for different ESM and Keyring options.
// This one is for importing a PKCS12 certificate from a data set.
//* This one is for importing a PKCS12 certificate from a data set.
//*
//*********************************************************************
//*
Expand Down

0 comments on commit 3ffb478

Please sign in to comment.