From 23ad2a611c135c24f84e88f81c143bcf083d8c55 Mon Sep 17 00:00:00 2001 From: Piotr Maslanka <piotr.maslanka@henrietta.com.pl> Date: Thu, 16 Mar 2017 02:40:53 +0100 Subject: [PATCH] first --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index d20a454..c9a484b 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -6,6 +6,6 @@ Vagrant.configure("2") do |config| config.vm.provision "shell", inline: <<-SHELL apt-get install -y python pandoc texlive-latex-base texlive-fonts-recommended - chmod +x build.py + chmod +x /vagrant/build.py SHELL end -- GitLab