From 57744b5577fe06a96a90ad2afdfa35559028b504 Mon Sep 17 00:00:00 2001 From: "K.B.Dharun Krishna" Date: Sat, 11 May 2024 22:55:22 +0530 Subject: [PATCH] docs/fix: specify branch in gh vib module syntax --- docs/articles/en/project-structure.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/articles/en/project-structure.md b/docs/articles/en/project-structure.md index b62f481..be053d6 100644 --- a/docs/articles/en/project-structure.md +++ b/docs/articles/en/project-structure.md @@ -81,7 +81,7 @@ Vib has support for remote modules, you can include them in the recipe file usin type: includes includes: - https://my-repo.com/modules/node.yml - - gh:my-org/my-repo/modules/python.yml + - gh:my-org/my-repo:branch:modules/python.yml ``` As you can see in the above example, we are explicitly including each module in the recipe file and not pointing to the whole `modules` directory. This is because the `include` module ensures each module gets included in the exact order you specify, ensuring the build process is predictable.