vagrant-bindfs 0.1.6 → 0.1.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -91,7 +91,6 @@ module VagrantBindfs
91
91
  :path => path,
92
92
  :bindpath => bindpath
93
93
  )
94
- @env.ui.info "sudo bindfs#{args} #{path} #{bindpath}"
95
94
  rescue Vagrant::Errors::VagrantError => e
96
95
  @env.ui.error e
97
96
  @env.ui.error I18n.t("vagrant.actions.vm.bind_folders.bindfs_command_fail")
@@ -1,3 +1,3 @@
1
1
  module VagrantBindfs
2
- VERSION = "0.1.6"
2
+ VERSION = "0.1.7"
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 6
9
- version: 0.1.6
8
+ - 7
9
+ version: 0.1.7
10
10
  platform: ruby
11
11
  authors:
12
12
  - "Folken La\xC3\xABneck"