From 62dfe5a61b547179babb815245bb8a0e3ea14f6f Mon Sep 17 00:00:00 2001 From: elijah Date: Wed, 30 Jan 2013 22:25:37 -0800 Subject: fix bug with vanishing secrets --- lib/leap_cli/commands/compile.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/leap_cli/commands/compile.rb') diff --git a/lib/leap_cli/commands/compile.rb b/lib/leap_cli/commands/compile.rb index df2149d..0e645d6 100644 --- a/lib/leap_cli/commands/compile.rb +++ b/lib/leap_cli/commands/compile.rb @@ -15,7 +15,7 @@ module LeapCli # export generated files manager.export_nodes(nodes) - manager.export_secrets + manager.export_secrets(nodes.nil?) # only do a "clean" export if we are examining all the nodes end def update_compiled_ssh_configs -- cgit v1.2.3