1
0
mirror of https://github.com/lxc/distrobuilder.git synced 2026-02-05 15:46:17 +01:00

Merge pull request #969 from nbuwe/bugfix/reference-source-type

source.md: source.same_is is a string
This commit is contained in:
Stéphane Graber
2026-01-26 18:49:16 -05:00
committed by GitHub

View File

@@ -11,7 +11,7 @@ source:
keyserver: <string>
variant: <string>
suite: <string>
same_as: <boolean>
same_as: <string>
skip_verification: <boolean>
components: <array>
```