Skip to content
This repository has been archived by the owner on Jun 25, 2023. It is now read-only.

Commit

Permalink
Issue #261 Updaing Vagrant box used in getting started example
Browse files Browse the repository at this point in the history
  • Loading branch information
hferentschik committed Sep 11, 2018
1 parent b30d04c commit a525086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ A Landrush example configuration could look like this:

....
Vagrant.configure("2") do |config|
config.vm.box = "hashicorp/precise64"
config.vm.box = "ubuntu/xenial64"
config.landrush.enabled = true
Expand Down

0 comments on commit a525086

Please sign in to comment.