From 338e58e708e5399f7a6fb34709d02b6e93333aeb Mon Sep 17 00:00:00 2001 From: Kyle Isom Date: Wed, 12 Apr 2023 18:39:49 +0000 Subject: [PATCH] docs: fix code block. --- docs/packer.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/packer.rst b/docs/packer.rst index f2318f8..dcaa9be 100644 --- a/docs/packer.rst +++ b/docs/packer.rst @@ -12,7 +12,7 @@ The first time, make sure dependencies are installed and run ``./install-packer. 1. If updates to the image spec are needed, edit `ubuntu-boards.yml` and run -.. shell :: +.. code-block:: shell bazel run //packer:ubuntu-board-gen -f $(pwd)/ubuntu-boards.yml -o $(pwd)/boards This will place the board with a default name in the ``boards`` directory.