Skip to content

Commit fed656a

Browse files
committed
Fix syntax for RStudio version
This would render as `rstudio-server/2025.05.1-513}`, causing a module load error.
1 parent a4ea997 commit fed656a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

environments/common/inventory/group_vars/all/openondemand.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ openondemand_apps_rstudio_default:
199199
widget: select
200200
options:
201201
- "RStudio v{{ openondemand_rstudio_version }}"
202-
- "rstudio-server/{{ openondemand_rstudio_version }}}"
202+
- "rstudio-server/{{ openondemand_rstudio_version }}"
203203
extra_modules_script:
204204
label: Extra modules script
205205
help: If you'd like to load additional modules alongside RStudio-Server, put the 'module load ...' commands into a text file (one 'module load...' per line) and specify its path here # noqa: yaml[line-length]

0 commit comments

Comments
 (0)