From 2fddeb01105393d950c17aa68ecb2ec80a668ba9 Mon Sep 17 00:00:00 2001 From: Wesley Beary Date: Mon, 21 Dec 2009 13:26:40 -0800 Subject: [PATCH] remove rake task for credentials hint, move into bin --- Rakefile | 20 -------------------- bin/fog | 24 ++++++++++++++++++++++++ 2 files changed, 24 insertions(+), 20 deletions(-) diff --git a/Rakefile b/Rakefile index 94f1a642f..6937dd709 100644 --- a/Rakefile +++ b/Rakefile @@ -96,23 +96,3 @@ begin rescue LoadError puts "Rake SshDirPublisher is unavailable or your rubyforge environment is not configured." end - -namespace :fog do - - desc 'Provide a sample yaml file for credentials' - task :yml do - puts('Copy the following sample to ~/.fog and fill in with your credentials as needed:') -yml = <