From bfbabc05d51970771ded8c0c9d2b643cb5a86fee Mon Sep 17 00:00:00 2001 From: Joshua Nichols Date: Tue, 26 Oct 2010 21:59:09 -0400 Subject: [PATCH] Removing copy-pasta --- lib/homesick.rb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/homesick.rb b/lib/homesick.rb index 3f90558..b8b7bca 100644 --- a/lib/homesick.rb +++ b/lib/homesick.rb @@ -81,10 +81,6 @@ class Homesick < Thor file = Pathname.new(file) check_castle_existance(castle, 'track') - github_user = `git config github.user`.chomp - github_user = nil if github_user == "" - github_repo = castle.basename - absolute_path = file.expand_path castle_path = castle_dir(castle) mv absolute_path, castle_path