Skip to content

Commit

Permalink
Force the lang to en_US.UTF-8
Browse files Browse the repository at this point in the history
If you have a locale set that's not present inside the VM the installer
(correctly) errors out. We can rely on en_US.UTF-8 being present.
  • Loading branch information
ekohl authored and ehelms committed Sep 26, 2018
1 parent e80c45d commit 4409313
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Vagrantfile
Expand Up @@ -2,6 +2,7 @@
# -*- mode: ruby -*-
# vi: set ft=ruby :

ENV['LANG'] = 'en_US.UTF-8'
VAGRANTFILE_DIR = File.dirname(__FILE__)

require "#{VAGRANTFILE_DIR}/vagrant/lib/forklift"
Expand Down

0 comments on commit 4409313

Please sign in to comment.