From efbca5cdb7934bd8715161b354dbe2165e22fe7c Mon Sep 17 00:00:00 2001 From: elijah Date: Tue, 2 Jul 2013 13:52:00 -0700 Subject: fixed typo: s/remote_node_facts/remove_node_facts/ --- lib/leap_cli/commands/node.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3