From c836efaf544ae9e5ccef71ce26687e306e4fa0c1 Mon Sep 17 00:00:00 2001 From: Maddy Underwood Date: Fri, 20 Dec 2024 16:55:05 +0000 Subject: [PATCH] Final tweak. --- .../servers-and-cloud-computing/cca-essentials/example.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/learning-paths/servers-and-cloud-computing/cca-essentials/example.md b/content/learning-paths/servers-and-cloud-computing/cca-essentials/example.md index fa712eb9d..6424081f4 100644 --- a/content/learning-paths/servers-and-cloud-computing/cca-essentials/example.md +++ b/content/learning-paths/servers-and-cloud-computing/cca-essentials/example.md @@ -45,7 +45,7 @@ The output should look like: inet 172.17.0.2/16 brd 172.17.255.255 scope global eth0 valid_lft forever preferred_lft forever ``` -Start the KBS on the `eth0` network interface, and replace 172.17.0.2 shown in the example below with the IP address corresponding to eth0 in the output of "ip -c a" above. +Start the KBS on the `eth0` network interface, and replace 172.17.0.2 shown in the command below with the IP address corresponding to eth0 in the output of "ip -c a" above. ```bash ./keybroker-server -v --addr 172.17.0.2