Skip to content

Commit

Permalink
fix code indentation
Browse files Browse the repository at this point in the history
Signed-off-by: Fernando Rijo Cedeno <[email protected]>
  • Loading branch information
zFernand0 authored Mar 8, 2024
1 parent e8096a8 commit 37b4f9b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,13 +124,13 @@ For the z/OS LPAR where the system test will be run for the first time, issue th
zowe zos-ftp upload file-to-data-set "$localfile" "$data-set" `
```
- `$localfile`:
- `$localfile`:
Specifies an IEFBR14 job located in `__tests__/__resources__/IEFBR14.JCL`
Specifies an IEFBR14 job located in `__tests__/__resources__/IEFBR14.JCL`
- `$data-set`:
- `$data-set`:
Specifies an IEFBR14 data set determined by the iefbr14Member option in `custom_properties.yaml`
Specifies an IEFBR14 data set determined by the iefbr14Member option in `custom_properties.yaml`
**Note:** Information about how to customize the `custom_properties.yaml` file is provided in the yaml file itself.
Expand Down Expand Up @@ -192,4 +192,4 @@ echo "Job is in output status. Downloading output..."
# Download the spool files to the `job_output` directory
zowe zos-ftp download all-spool-by-jobid "$jobid" --directory job_output --ojd
```
```

0 comments on commit 37b4f9b

Please sign in to comment.