From: elijah Date: Tue, 2 Jul 2013 20:52:00 +0000 (-0700) Subject: fixed typo: s/remote_node_facts/remove_node_facts/ X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=efbca5cdb7934bd8715161b354dbe2165e22fe7c;p=leap%2Fleap_cli.git fixed typo: s/remote_node_facts/remove_node_facts/ --- diff --git a/lib/leap_cli/commands/node.rb b/lib/leap_cli/commands/node.rb index d47ead1..7bcfb23 100644 --- a/lib/leap_cli/commands/node.rb +++ b/lib/leap_cli/commands/node.rb @@ -106,7 +106,7 @@ module LeapCli; module Commands if node.vagrant? vagrant_command("destroy --force", [node.name]) end - remote_node_facts(node.name) + remove_node_facts(node.name) end end end