# File lib/capistrano/server_definition.rb, line 11
    def self.default_user
      ENV['USER'] || ENV['USERNAME'] || "not-specified"
    end