From 3f02fdafd45d8bbf4d63ecbdfa9e453ca3597660 Mon Sep 17 00:00:00 2001 From: Timid Robot Zehta Date: Thu, 18 May 2023 12:17:35 -0700 Subject: [PATCH] correct test and remove trailing whitespace --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 56f05d5..7a2307a 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ See [`docs/annotated_config`][annotated]. - any \*nix Operating Systems (including Linux and macOS): - **[solo-agent][soloagent]**: Enable discrete SSH Agents to avoid leaking - access across hosts + access across hosts - macOS only - [mac-ssh-confirm][confirm]: Protect against SSH Agent Hijacking on macOS with the ability to confirm agent identities prior to each use @@ -116,7 +116,7 @@ See [`docs/annotated_config`][annotated]. ## Development -Run `./testcmc TESTHOST` prior to signing a new release. +Run `./test_cmc ${TESTHOST}` prior to signing a new release. Thank you: - [shellcheck][shellcheck] - a static analysis tool for shell