vagrant/plugins/hosts/bsd/cap/path.rb

14 lines
241 B
Ruby

# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: BUSL-1.1
module VagrantPlugins
module HostBSD
module Cap
class Path
def self.resolve_host_path(env, path)
path
end
end
end
end
end