From 815157bf024355a65edf0b68416906c2cf9ca4dc Mon Sep 17 00:00:00 2001 From: "James O. D. Hunt" Date: Tue, 7 Jun 2022 14:55:55 +0100 Subject: [PATCH] docs: Remove erroneous whitespace Deleted an extra blank line. Signed-off-by: James O. D. Hunt --- src/tools/agent-ctl/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/src/tools/agent-ctl/README.md b/src/tools/agent-ctl/README.md index 8b0369a7c..b4d1ba20b 100644 --- a/src/tools/agent-ctl/README.md +++ b/src/tools/agent-ctl/README.md @@ -60,7 +60,6 @@ $ mkdir -p "$rootfs_dir" && (cd "$bundle_dir" && runc spec) $ sudo docker export $(sudo docker create "$image") | tar -C "$rootfs_dir" -xvf - ``` - ### Specify API commands to run The tool allows one or more API commands to be specified using the `-c` or