whitespace

This commit is contained in:
Mitchell Hashimoto 2015-12-24 12:44:58 -08:00
parent 02960dedf9
commit 72f60aff65
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ module VagrantPlugins
mount_gid = "`getent group #{options[:group]} | cut -d: -f3`"
mount_gid_old = "`id -g #{options[:group]}`"
end
# If a domain is provided in the username, separate it
username, domain = (options[:smb_username] || '').split('@', 2)
smb_password = options[:smb_password]