Skip to content

Commit 8db17c8

Browse files
committed
Replace number of threads querying with $(...) notation
This allows adding the rst-backticks check again
1 parent 2ea5f31 commit 8db17c8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

ur_robot_driver/doc/installation/real_time.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
215215
the ones without the ``-dbg`` in the name)

0 commit comments

Comments
 (0)