Commit 51e022e
committed
NO-JIRA: chore(tests/containers/workbenches/rstudio): trailing slash
Let's not use trailing slash for the directory. When this variable is
used and some value should be append to it, it should be done always as:
`APP_ROOT_HOME/some-path`. So the forward slash is added there and we
avoid having double slash in our outputs that may be misleading (e.g.
empty variable value in the path).1 parent 772e8af commit 51e022e
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
0 commit comments