lib/berkshelf/cookbook_source/git_location.rb in berkshelf-0.1.5 vs lib/berkshelf/cookbook_source/git_location.rb in berkshelf-0.2.0

- old
+ new

@@ -38,10 +38,10 @@ raise CookbookNotFound, msg end def to_s s = "git: '#{uri}'" - s << " with branch '#{branch}" if branch + s << " with branch '#{branch}'" if branch s end private