diff options
Diffstat (limited to 'lib/leap_cli/commands/compile.rb')
-rw-r--r-- | lib/leap_cli/commands/compile.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/leap_cli/commands/compile.rb b/lib/leap_cli/commands/compile.rb index 67d1bb6..78d7520 100644 --- a/lib/leap_cli/commands/compile.rb +++ b/lib/leap_cli/commands/compile.rb @@ -40,7 +40,7 @@ module LeapCli manager.export_nodes(nodes) # a "clean" export of secrets will also remove keys that are no longer used, # but this should not be done if we are not examining all possible nodes. - clean_export = LeapCli.leapfile.environment.nil? && nodes.nil? + clean_export = nodes.nil? manager.export_secrets(clean_export) end |