From: Alejandro Guirao Date: Thu, 28 May 2015 08:22:38 +0000 (+0200) Subject: Typo in comment X-Git-Url: https://git.halfball.org/?a=commitdiff_plain;h=c06dd584150614b17b113a658692ee08a3791c8f;p=ansiblebook.git Typo in comment --- 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`