File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
ur_robot_driver/doc/installation Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ repos:
128128 - repo : https://github.com/pre-commit/pygrep-hooks
129129 rev : v1.10.0
130130 hooks :
131- # - id: rst-backticks # this triggers for backticks inside code-blocks, as well
131+ - id : rst-backticks
132132 - id : rst-directive-colons
133133 - id : rst-inline-touching-normal
134134
Original file line number Diff line number Diff line change @@ -209,7 +209,7 @@ Now you can build the kernel. This will take some time...
209209
210210.. code-block :: console
211211
212- $ make -j ` getconf _NPROCESSORS_ONLN` deb-pkg
212+ $ make -j $( getconf _NPROCESSORS_ONLN) deb-pkg
213213
214214 After building, install the ``linux-headers `` and ``linux-image `` packages in the parent folder (only
215215the ones without the ``-dbg `` in the name)
You can’t perform that action at this time.
0 commit comments