Skip to content

Commit

Permalink
plugin: make vagrant sshfs a primary command
Browse files Browse the repository at this point in the history
Making it a primary command will enable it to be listed in the output
when `vagrant --help` is called.

Fixes #16
  • Loading branch information
dustymabe committed Apr 15, 2016
1 parent c8cb5da commit e95cbc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/vagrant-sshfs/plugin.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class Plugin < Vagrant.plugin("2")
SyncedFolder
end

command("sshfs", primary: false) do
command("sshfs", primary: true) do
require_relative "command"
Command::SSHFS
end
Expand Down

0 comments on commit e95cbc0

Please sign in to comment.