From b415db1a6bfd08856d299e527bf6b16e3fd220b2 Mon Sep 17 00:00:00 2001 From: elijah Date: Tue, 26 Feb 2013 16:41:24 -0800 Subject: include leap command invocation in the log file, if any. --- lib/leap_cli/commands/pre.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'lib') diff --git a/lib/leap_cli/commands/pre.rb b/lib/leap_cli/commands/pre.rb index f10eb68..03355bb 100644 --- a/lib/leap_cli/commands/pre.rb +++ b/lib/leap_cli/commands/pre.rb @@ -51,6 +51,7 @@ module LeapCli # set log file # LeapCli.log_file = global[:log] || LeapCli.leapfile.log + LeapCli::Util.log_raw(:log) { $0 + ' ' + ORIGINAL_ARGV.join(' ')} # # load all the nodes everything -- cgit v1.2.3