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 <benjamin.reigner@epitech.eu>
This commit is contained in:
Benjamin Reigner 2021-11-07 19:50:32 +01:00
parent 88e9662244
commit 50496f9bf0
No known key found for this signature in database
GPG Key ID: 78E5EE12F9019C43

View File

@ -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"
```