summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornvdev <modestdev@gmail.com>2013-08-24 18:49:38 +0300
committernvdev <modestdev@gmail.com>2013-08-24 18:49:38 +0300
commite41edf5e6263cb8b5cc81e837bfd41252f0c10bb (patch)
tree3036d536ba59bfa7c21c94303b5f51da05fed2a1
parent5bdd87e669adeaacca8eac3e398836d5fd1b160a (diff)
downloadcouchdb-e41edf5e6263cb8b5cc81e837bfd41252f0c10bb.tar.gz
Fixed line wrapping in Vagrantfile.
-rw-r--r--Vagrantfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Vagrantfile b/Vagrantfile
index 4b5eee1c1..d4e93d70c 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -14,7 +14,7 @@ Vagrant::Config.run do |config|
# Install couchdb dependencies if deployment was not done
if Dir.glob("#{File.dirname(__FILE__)}/.vagrant/machines/default/*/id").empty?
# install build-essential
- pkg_cmd = "apt-get update -qq; apt-get install -q -y build-essential git "
+ pkg_cmd = "apt-get update -qq; apt-get install -q -y build-essential git " \
"autoconf autoconf-archive gnu-standards help2man texinfo; "
# Install erlang