Skip to content

Commit 94abd17

Browse files
committed
fix typo
1 parent 942c86e commit 94abd17

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
@@ -197,7 +197,7 @@ openondemand_apps_rstudio_default:
197197
help: Choose your RStudio module
198198
widget: select
199199
options:
200-
- ["RStudio v{{ openondemand_rstudio_version }}", "rstudio-server/{{ openondemand_rstudio_version }}}"]
200+
- ["RStudio v{{ openondemand_rstudio_version }}", "rstudio-server/{{ openondemand_rstudio_version }}"]
201201
extra_modules_script:
202202
label: Extra modules script
203203
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

0 commit comments

Comments
 (0)