We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06b4842 commit 2af8c40Copy full SHA for 2af8c40
src/app/onboarding/ProductionSetup/ConnectorContent.tsx
@@ -31,7 +31,7 @@ function GCPConnector() {
31
<Codesnippet
32
wrap
33
codeClasses="whitespace-pre-wrap"
34
- code="zenml service-connector register cloud_connector --type gcp --auth-method service-account --service_account_json=@<PATH_TO_SERVICE_ACCOUNT_JSON> --project-id=<PROJECT_ID> --generate_temporary_tokens=False"
+ code="zenml service-connector register cloud_connector --type gcp --auth-method service-account --service_account_json=@<PATH_TO_SERVICE_ACCOUNT_JSON> --project_id=<PROJECT_ID> --generate_temporary_tokens=False"
35
/>
36
</div>
37
</>
0 commit comments