stdlib: gcp: fix typo

Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
This commit is contained in:
Andrea Luzzardi 2021-06-01 19:50:40 -07:00
parent 6aded2d3d4
commit 5718c41d7d

View File

@ -8,7 +8,7 @@ import (
#Config: {
// GCP region
region: string @dagger(input)
// GCP projcet
// GCP project
project: string @dagger(input)
// GCP service key
serviceKey: dagger.#Secret @dagger(input)