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

chore: improve csb commands #900

Merged
merged 2 commits into from
Nov 16, 2023
Merged

Conversation

pivotal-marcela-campo
Copy link
Member

Checklist:

* [ ] Have you added or updated tests to validate the changed functionality?
* [ ] Have you added Release Notes in the docs repositories?

@cf-gitbot
Copy link

We have created an issue in Pivotal Tracker to manage this:

https://www.pivotaltracker.com/story/show/186452597

The labels on this github issue will be updated when the story is started.

@@ -77,6 +77,9 @@ func lookupPlanMaintenanceInfoByGUID(clnt *client.Client, serviceID, planGUID st
if s.ID == serviceID {
for _, p := range s.Plans {
if p.ID == planGUID {
if p.MaintenanceInfo == nil {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

praise: good catch

@pivotal-marcela-campo pivotal-marcela-campo merged commit 6370bed into main Nov 16, 2023
7 checks passed
@pivotal-marcela-campo pivotal-marcela-campo deleted the improve_csb_commands branch March 22, 2024 11:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants