Skip to content

Commit de04f11

Browse files
author
Thomas Risberg
committed
Updates to YARN macros
1 parent f29eea9 commit de04f11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

create_directory_structure_yarn_hello.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ subdirectory structure:
3636
└── {yarn_base_dist}
3737
```
3838

39-
for example, with
39+
for example, on *nix systems, with:
4040

4141
[subs="attributes"]
4242
```
@@ -48,5 +48,5 @@ mkdir -p {yarn_base_client}/src/main/resources
4848
mkdir -p {yarn_base_client}/src/main/java/hello/client
4949
mkdir -p {yarn_base_dist}
5050
```
51-
on *nix systems:
51+
5252

0 commit comments

Comments
 (0)