Remove debug code.
This commit is contained in:
@@ -107,7 +107,6 @@ class Homesick < Thor
|
|||||||
|
|
||||||
desc "list", "List cloned castles"
|
desc "list", "List cloned castles"
|
||||||
def list
|
def list
|
||||||
#require 'ruby-debug'; breakpoint
|
|
||||||
Pathname.glob("#{repos_dir}/**/*/.git") do |git_dir|
|
Pathname.glob("#{repos_dir}/**/*/.git") do |git_dir|
|
||||||
castle = git_dir.dirname
|
castle = git_dir.dirname
|
||||||
Dir.chdir castle do # so we can call git config from the right contxt
|
Dir.chdir castle do # so we can call git config from the right contxt
|
||||||
|
|||||||
Reference in New Issue
Block a user