Unnecessary line of code

This commit is contained in:
Mitchell Hashimoto 2012-01-20 11:36:12 -08:00
parent e11e2ca77a
commit ce365336cd
1 changed files with 0 additions and 1 deletions

View File

@ -66,7 +66,6 @@ module Vagrant
def prepare_folders
@folders = @folders.inject({}) do |acc, data|
key, opts = data
opts[:nfs] = {} if !opts.is_a?(Hash)
opts[:map_uid] = prepare_permission(:uid, opts)
opts[:map_gid] = prepare_permission(:gid, opts)