chore: remove stray UTF-8 nbsps

This commit is contained in:
Emmanuel BENOîT 2024-12-30 10:28:15 +01:00
parent be14fccba3
commit 7eef8cdfa7
Signed by: Emmanuel BENOîT
SSH key fingerprint: SHA256:l7PFUUF5TCDsvYeQC9OnTNz08dFY7Fvf4Hv3neIqYpg
5 changed files with 14 additions and 14 deletions

4
Vagrantfile vendored
View file

@ -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", "")