# File lib/heroku/commands/base.rb, line 90
    def git_url(name)
      "git@#{heroku.host}:#{name}.git"
    end