Skip to content

Commit c077cee

Browse files
committed
correct typos
1 parent f60c771 commit c077cee

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

site/quickstart.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ imagetool cache addInstaller --type jdk --version 8u202 --path /home/acmeuser/wl
3737

3838
```bash
3939
imagetool cache addInstaller --type wls --version 12.2.1.3.0 --path /home/acmeuser/wls-installers/fmw_12.2.1.3.0_wls_Disk1_1of1.zip
40-
.tar.gz
41-
4240
```
4341

4442
**Note**: The value of the version must be a valid WebLogic version number. This version number is used to verify and
@@ -151,7 +149,7 @@ For each WebLogic patch, you will need to download it from Oracle Support and se
151149
27342434 for WebLogic version 12.2.1.3.0:
152150

153151
```bash
154-
imagetool cache addPatch --patchId p27342434 --version 12.2.1.3.0 --path /home/acmeuser/cache/p27342434_122130_Generic .zip -user [email protected] --passwordEnv MYPWD
152+
imagetool cache addPatch --patchId p27342434 --version 12.2.1.3.0 --path /home/acmeuser/cache/p27342434_122130_Generic .zip --user [email protected] --passwordEnv MYPWD
155153
```
156154

157155
You need to provide the credentials on the command line. It verifies the MD5 on the file system against the metadata
@@ -179,7 +177,7 @@ have the option to automatically download using the tool or manually downloading
179177
After the cache is setup, you can use the following command to update an image:
180178

181179
```bash
182-
imagetool update --fromImage wls:12.2.1.3.0 --tag wls:12.2.1.3.4 --patches 27342434 --version 12.2.1.3.0 --useCache always
180+
imagetool update --fromImage wls:12.2.1.3.0 --tag wls:12.2.1.3.4 --patches 27342434 --useCache always
183181
```
184182

185183
## Create an image with a WebLogic domain using the WebLogic Deploy Tool

0 commit comments

Comments
 (0)