From b5de3365d0a0bb83d4c96c350c28a29a4967f01f Mon Sep 17 00:00:00 2001 From: Brett Smith Date: Fri, 25 Oct 2024 09:15:12 -0400 Subject: [PATCH] 22206: Fix markup bug in compute node build help Arvados-DCO-1.1-Signed-off-by: Brett Smith --- .../crunch2-cloud/install-compute-node.html.textile.liquid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/install/crunch2-cloud/install-compute-node.html.textile.liquid b/doc/install/crunch2-cloud/install-compute-node.html.textile.liquid index 545d8a5f79..d32ea42255 100644 --- a/doc/install/crunch2-cloud/install-compute-node.html.textile.liquid +++ b/doc/install/crunch2-cloud/install-compute-node.html.textile.liquid @@ -130,7 +130,7 @@ Options: Azure SKU image to use --ssh_user <user> (default: packer) The user packer will use to log into the image - --workdir (default: /tmp) + --workdir <path> (default: /tmp) The directory where data files are staged and setup scripts are run --resolver <resolver_IP> The dns resolver for the machine (default: host's network provided) -- 2.39.5