lib/berkshelf/locations/github_location.rb in berkshelf-1.0.4 vs lib/berkshelf/locations/github_location.rb in berkshelf-1.1.0.rc1

- old
+ new

@@ -45,10 +45,10 @@ end def to_s s = "#{self.class.location_key}: '#{repo_identifier}'" s << " with branch: '#{branch}'" if branch - s << " over protocol: '#{protocol}'" unless default_protocol? + s << " over protocol: '#{protocol}'" s end private