From cec69c18019064e472299ad8e4503966380674e7 Mon Sep 17 00:00:00 2001 From: Gerald Pinder Date: Sun, 20 Oct 2024 16:36:56 -0400 Subject: [PATCH] docs: Update comment for source --- src-tsp/main.tsp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src-tsp/main.tsp b/src-tsp/main.tsp index 49ca88c..aa621c0 100644 --- a/src-tsp/main.tsp +++ b/src-tsp/main.tsp @@ -114,7 +114,8 @@ model CustomModule { /** This is not a built-in module. */ 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 */ source: string;