# File lib/heroku/plugin_interface.rb, line 13
  def applications
    @applications ||= (base_command.git_remotes(Dir.pwd) || []).inject({}) do |hash, (remote, app)|
      hash.update(app => remote)
    end
  end