Skip to content

Commit c3c22a8

Browse files
authored
Merge pull request #2853 from praveen-ag/patch-1
Corrected indentation in the config.yml example
2 parents 2ac78f6 + df48ddf commit c3c22a8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/source/jupyterhub/customizing/user-environment.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ image containing useful tools and libraries for data science, complete these ste
4444
# https://github.com/jupyter/docker-stacks/tree/HEAD/datascience-notebook/Dockerfile
4545
name: jupyter/datascience-notebook
4646
tag: latest
47-
# `cmd: null` allows the custom CMD of the Jupyter docker-stacks to be used
48-
# which performs further customization on startup.
49-
cmd: null
47+
# `cmd: null` allows the custom CMD of the Jupyter docker-stacks to be used
48+
# which performs further customization on startup.
49+
cmd: null
5050
```
5151
5252
```{note}

0 commit comments

Comments
 (0)