Merge pull request #537 from aluzzardi/gcp-typo

stdlib: gcp: fix typo
This commit is contained in:
Andrea Luzzardi
2021-06-01 19:53:36 -07:00
committed by GitHub

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)