docs: Update comment for source

This commit is contained in:
Gerald Pinder 2024-10-20 16:36:56 -04:00
parent b2c338cb0c
commit cec69c1801

View file

@ -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;