Skip to content

Commit 07b114f

Browse files
authored
Fix code block formatting in markdown
1 parent 39d57f9 commit 07b114f

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

articles/migrate/appcat/java-preview.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,6 @@ On Windows, this is `%USERPROFILE%/.appcat` and on Linux/Mac, this is `$HOME/.ap
150150
Add the `.appcat` folder to your PATH environment variable so you can run the tool from any folder in the terminal.
151151

152152
# [Linux / macOS](#tab/linux)
153-
154153
```bash
155154
mv /path/to/extracted/azure-migrate-appcat-for-java-cli-<OS>-<architecture>-<release-version>-preview/ $HOME/.appcat
156155
```
@@ -243,7 +242,6 @@ AppCAT is designed to analyze a single application per command execution, but if
243242
To analyze multiple applications, run the following command:
244243

245244
# [Linux / macOS](#tab/linux)
246-
247245
```bash
248246
./appcat analyze --bulk --input=<path/to/source/A> --output=<path/to/output/ABC> --target=<targetname>
249247
./appcat analyze --bulk --input=<path/to/source/B> --output=<path/to/output/ABC> --target=<targetname>
@@ -291,7 +289,7 @@ In the **samples** directory, you will find several scripts to run different typ
291289
Depending on your operating system, run the appropriate script. For example,
292290

293291
# [Linux / macOS](#tab/linux)
294-
```sh
292+
```bash
295293
./samples/run-assessment
296294
```
297295

@@ -303,12 +301,12 @@ Depending on your operating system, run the appropriate script. For example,
303301
The reports will be automatically generated and launched. You can find the reports under:
304302

305303
# [Linux / macOS](#tab/linux)
306-
```
304+
```bash
307305
../samples/report-*
308306
```
309307

310308
# [Windows](#tab/windows)
311-
```
309+
```cmd
312310
..\samples\report-*
313311
```
314312

0 commit comments

Comments
 (0)