lib/git_fonky.rb in git_fonky-0.2.0 vs lib/git_fonky.rb in git_fonky-0.3.0

- old
+ new

@@ -9,9 +9,10 @@ def self.sync_repos Dir.chdir "#{Dir.home}/code" do WORK_REPO_NAMES.each do |dir| RepoDir.new(dir).sync + puts "\n\n\n" end end end end