# File lib/capistrano/recipes/deploy/remote_dependency.rb, line 97
      def message
        s = @message.dup
        s << " (#{@hosts})" if @hosts
        s
      end