Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Svn main 001 rem #6489

Merged
merged 18 commits into from
Nov 2, 2023
Merged
Prev Previous commit
Next Next commit
lower case backend
  • Loading branch information
svnsairam committed Nov 1, 2023
commit 272d0e0f2e9efb11acb5b8e47afe0477c22030b8
2 changes: 1 addition & 1 deletion src/gcp/frameworks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ export async function listStack(projectId: string, location: string): Promise<Li
}

/**
* Deletes a Backend with backendId in a given project and location.
* Deletes a backend with backendId in a given project and location.
*/
export async function deleteBackend(
projectId: string,
Expand Down
Loading