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
commit 377607db8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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)