From 50496f9bf068af21bc46e566674138f86a98aee5 Mon Sep 17 00:00:00 2001 From: Benjamin Reigner Date: Sun, 7 Nov 2021 19:50:32 +0100 Subject: [PATCH] docs: fix cue file path for gcp doc part In the documentation the specified path for the source.cue indicates it under the cue.mod folder, meanwhile everything is set up outside of it. Puting the source.cue file in its specified folder resulted in the example not working, meanwhile puting it in the gcpcloudrun folder directly resulted in the example perfectly working Signed-off-by: Benjamin Reigner --- docs/learn/1006-google-cloud-run.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/learn/1006-google-cloud-run.md b/docs/learn/1006-google-cloud-run.md index da473cc5..04317baa 100644 --- a/docs/learn/1006-google-cloud-run.md +++ b/docs/learn/1006-google-cloud-run.md @@ -35,7 +35,7 @@ mkdir gcpcloudrun ### Create a basic plan -```cue file=./tests/gcpcloudrun/source.cue title="todoapp/cue.mod/gcpcloudrun/source.cue" +```cue file=./tests/gcpcloudrun/source.cue title="todoapp/gcpcloudrun/source.cue" ```