chore: remove stray UTF-8 nbsps
This commit is contained in:
parent
be14fccba3
commit
7eef8cdfa7
5 changed files with 14 additions and 14 deletions
4
Vagrantfile
vendored
4
Vagrantfile
vendored
|
@ -9,10 +9,10 @@ def env_or_default(key, value)
|
|||
end
|
||||
end
|
||||
|
||||
# Read parameters from the environment.
|
||||
# Read parameters from the environment.
|
||||
vm_cpus = env_or_default("VM_CPU", 4)
|
||||
vm_memory = env_or_default("VM_MEMORY", 16 * 1024)
|
||||
# More parameters from the environment. These are only used during provisioning.
|
||||
# More parameters from the environment. These are only used during provisioning.
|
||||
apt_proxy = env_or_default("APT_PROXY", "")
|
||||
vm_locale = env_or_default("VM_LOCALE", "en_GB.UTF-8")
|
||||
chezmoi_source = env_or_default("CHEZMOI_SOURCE", "")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue