Skip to content
This repository was archived by the owner on Sep 12, 2024. It is now read-only.

Commit b562a89

Browse files
committed
Update Vagrantfile
1 parent 88bde34 commit b562a89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Vagrantfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Vagrant.configure("2") do |config|
1919
config.vm.synced_folder "~/.m2", "/home/vagrant/.m2"
2020

2121
pkg_cmd = "export DEBIAN_FRONTEND=noninteractive; "
22-
pkg_cmd = "set -x; "
22+
pkg_cmd << "set -x; "
2323

2424
# install docker
2525
pkg_cmd << "curl -s https://get.docker.io/gpg | apt-key add -; "

0 commit comments

Comments
 (0)