From 642586c93ba6fb85104b8c096db715b88c61ebcb Mon Sep 17 00:00:00 2001 From: elijah Date: Tue, 21 Oct 2014 14:51:41 -0700 Subject: fixed incorrect message in `leap env pin` --- lib/leap_cli/commands/env.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/leap_cli/commands/env.rb b/lib/leap_cli/commands/env.rb index d81e82f..b2f585d 100644 --- a/lib/leap_cli/commands/env.rb +++ b/lib/leap_cli/commands/env.rb @@ -31,7 +31,7 @@ module LeapCli if environment == 'default' || (environment && manager.environment_names.include?(environment)) LeapCli.leapfile.set('environment', environment) - log 0, :saved, "Leapfile with environment set to #{environment}." + log 0, :saved, "~/.leaprc with environment set to #{environment}." end end end @@ -40,7 +40,7 @@ module LeapCli c.command :unpin do |unpin| unpin.action do |global_options, options, args| LeapCli.leapfile.unset('environment') - log 0, :saved, "Leapfile, removing environment property." + log 0, :saved, "~/.leaprc, removing environment property." end end -- cgit v1.2.3