Skip to content

Commit

Permalink
guest: centos: rename module with capital OS
Browse files Browse the repository at this point in the history
GuestCentos -> GuestCentOS
  • Loading branch information
dustymabe committed Jun 29, 2020
1 parent 3bc01b5 commit 1a0f440
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/vagrant-sshfs/cap/guest/centos/sshfs_client.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module VagrantPlugins
module GuestCentos
module GuestCentOS
module Cap
class SSHFSClient
def self.sshfs_install(machine)
Expand Down
4 changes: 2 additions & 2 deletions lib/vagrant-sshfs/plugin.rb
Original file line number Diff line number Diff line change
Expand Up @@ -99,12 +99,12 @@ class Plugin < Vagrant.plugin("2")

guest_capability("centos", "sshfs_installed") do
require_relative "cap/guest/centos/sshfs_client"
VagrantPlugins::GuestCentos::Cap::SSHFSClient
VagrantPlugins::GuestCentOS::Cap::SSHFSClient
end

guest_capability("centos", "sshfs_install") do
require_relative "cap/guest/centos/sshfs_client"
VagrantPlugins::GuestCentos::Cap::SSHFSClient
VagrantPlugins::GuestCentOS::Cap::SSHFSClient
end

guest_capability("fedora", "sshfs_installed") do
Expand Down

0 comments on commit 1a0f440

Please sign in to comment.