Skip to content

Commit 2395ebd

Browse files
authored
Add a missing “:” on line 145
See Issue jupyterhub#898
1 parent d03c283 commit 2395ebd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/config_files.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ We use ``apt.txt``, for example, to install LaTeX in our
142142

143143
To install your repository like an R package, you may include a
144144
``DESCRIPTION`` file. repo2docker installs the package and dependencies
145-
from the ``DESCRIPTION`` by running ``devtools:install_git(".")``.
145+
from the ``DESCRIPTION`` by running ``devtools::install_git(".")``.
146146

147147
You also need to have a ``runtime.txt`` file that is formatted as
148148
``r-<YYYY>-<MM>-<DD>``, where YYYY-MM-DD is a snapshot of MRAN that will be

0 commit comments

Comments
 (0)