docs: Update comment for source
This commit is contained in:
parent
b2c338cb0c
commit
cec69c1801
1 changed files with 2 additions and 1 deletions
|
|
@ -114,7 +114,8 @@ model CustomModule {
|
||||||
/** This is not a built-in module. */
|
/** This is not a built-in module. */
|
||||||
type: string;
|
type: string;
|
||||||
|
|
||||||
/** The URL of the module repository (an OCI image) to pull the module from.
|
/** The image ref of the module repository (an OCI image) to pull the module from.
|
||||||
|
* If this is a local module, set the value to 'local'.
|
||||||
* https://blue-build.org/reference/module/#source-optional
|
* https://blue-build.org/reference/module/#source-optional
|
||||||
*/
|
*/
|
||||||
source: string;
|
source: string;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue