mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 15:36:27 +00:00
Fix missing comma.
This commit is contained in:
parent
ca151834fe
commit
b251b1a294
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
},
|
},
|
||||||
|
|
||||||
"bootstrapper": {
|
"bootstrapper": {
|
||||||
"mount_dir": "/target"
|
"mount_dir": "/target",
|
||||||
"mirror": "http://http.debian.net/"
|
"mirror": "http://http.debian.net/"
|
||||||
},
|
},
|
||||||
"image": {
|
"image": {
|
||||||
|
|
Loading…
Add table
Reference in a new issue