Sha256: 980f116783316881d8b58bcff4b23084a922114ca3694933db0542323fefabeb
Contents?: true
Size: 528 Bytes
Versions: 2
Compression:
Stored size: 528 Bytes
Contents
begin require "vagrant" rescue LoadError raise "The Vagrant sshfs plugin must be run within Vagrant" end require "vagrant-sshfs/errors" require "vagrant-sshfs/version" require "vagrant-sshfs/plugin" module VagrantPlugins module SyncedFolderSSHFS # Returns the path to the source of this plugin def self.source_root @source_root ||= Pathname.new(File.expand_path('../../', __FILE__)) end I18n.load_path << File.expand_path('locales/synced_folder_sshfs.yml', source_root) I18n.reload! end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
vagrant-sshfs-1.1.0 | lib/vagrant-sshfs.rb |
vagrant-sshfs-1.0.0 | lib/vagrant-sshfs.rb |