Skip to content

Commit

Permalink
Remove unnecessary messages for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
marek-obuchowicz committed Apr 2, 2019
1 parent 4e4f250 commit 6fdbfed
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Vagrantfile-quick
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,6 @@ if Vagrant::Util::Platform.windows?
SYNCED_FOLDER_OPTIONS[:smb_username] = VM_SMB_USERNAME
SYNCED_FOLDER_OPTIONS[:smb_password] = VM_SMB_PASSWORD
else
puts bold "VM_SMB_USERNAME and VM_SMB_PASSWORD variables are not set"
puts "Falling back to VirtualBox shared folders."
puts "If you want to use SMB shares instead, set the VM_SMB_USERNAME and VM_SMB_PASSWORD variables in the .vm file"
SYNCED_FOLDER_OPTIONS = { type: 'virtualbox' }
end
else
Expand Down

0 comments on commit 6fdbfed

Please sign in to comment.