From c22bb829b742f2e2d51ee7ae0f1e4022b029662f Mon Sep 17 00:00:00 2001 From: Paul Anderson Date: Wed, 8 Aug 2018 21:18:06 -0700 Subject: [PATCH] typo remediation --- puppet/no_role.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/puppet/no_role.rb b/puppet/no_role.rb index d21f05c..333d1a1 100755 --- a/puppet/no_role.rb +++ b/puppet/no_role.rb @@ -51,7 +51,7 @@ #puts @all_nodes.inspect #puts @role_nodes.inspect -# finally, subtrack the role nodes from all nodes and what we have +# finally, subtract the role nodes from all nodes and what we have # left are the nodes which don't have a role assigned. puts (@all_nodes - @role_nodes).inspect