From 0a9fd05c2a2c60e5b352f8dfe2a9c1bf35768910 Mon Sep 17 00:00:00 2001 From: Islam AbdelRahman Date: Fri, 28 Oct 2016 15:35:48 -0700 Subject: [PATCH] Update Vagrant file (test internal phabricator workflow) Summary: Add simple comment to Vagrant file Closes https://github.com/facebook/rocksdb/pull/1433 Differential Revision: D4098740 Pulled By: IslamAbdelRahman fbshipit-source-id: 4903bff --- Vagrantfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Vagrantfile b/Vagrantfile index c517182e29..d7c2991d79 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -1,3 +1,4 @@ +# Vagrant file Vagrant.configure("2") do |config| config.vm.provider "virtualbox" do |v|