From c06dd584150614b17b113a658692ee08a3791c8f Mon Sep 17 00:00:00 2001 From: Alejandro Guirao Date: Thu, 28 May 2015 10:22:38 +0200 Subject: [PATCH] Typo in comment --- ch10/playbooks/library/can_reach_bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch10/playbooks/library/can_reach_bash b/ch10/playbooks/library/can_reach_bash index c95a07c..0e3fec2 100644 --- a/ch10/playbooks/library/can_reach_bash +++ b/ch10/playbooks/library/can_reach_bash @@ -1,7 +1,7 @@ #!/bin/bash # WANT_JSON -# Read the variables form the file +# Read the variables from the file host=`jq -r .host < $1` port=`jq -r .port < $1` timeout=`jq -r .timeout < $1` -- 2.44.0