Skip to content

Commit 2af8c40

Browse files
fix: connector command (#623)
1 parent 06b4842 commit 2af8c40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/onboarding/ProductionSetup/ConnectorContent.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ function GCPConnector() {
3131
<Codesnippet
3232
wrap
3333
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"
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"
3535
/>
3636
</div>
3737
</>

0 commit comments

Comments
 (0)