diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-12-31 13:17:14 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-12-31 13:17:14 -0200 |
commit | 0fd5bcd6ebb162ea3efce7d3bfd3c013157bc717 (patch) | |
tree | d01c1f13f025d3f6886acc8256f4eee3b943e81f | |
parent | 582d9f103444ac8c5c56a3354000e9b0bcecc9fd (diff) | |
download | kvmx-0fd5bcd6ebb162ea3efce7d3bfd3c013157bc717.tar.gz kvmx-0fd5bcd6ebb162ea3efce7d3bfd3c013157bc717.tar.bz2 |
Remove trailing spaces at kvmxfile
-rw-r--r-- | kvmxfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -118,10 +118,10 @@ domain="example.org" arch="amd64" # Box distribution when bootstraping a new image -version="stretch" +version="stretch" # Debian mirror -mirror="http://http.debian.net/debian/" +mirror="http://http.debian.net/debian/" # Memory memory="2048" |