lib/travis/cli/cache.rb in travis-1.6.2.travis.369.4 vs lib/travis/cli/cache.rb in travis-1.6.2.travis.370.4

- old
+ new

@@ -65,10 +65,10 @@ true end def description description = color("all caches", :important) - description << " on branch #{color(branch, :important)}" if branch? + description << " on branch #{color(branch, :important)}" if branch? description << " that match #{color(match, :important)}" if match? description end end end