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

Error message cites client ID rather than blueprint ID #506

Open
chrismarget-j opened this issue Feb 24, 2025 · 0 comments
Open

Error message cites client ID rather than blueprint ID #506

chrismarget-j opened this issue Feb 24, 2025 · 0 comments

Comments

@chrismarget-j
Copy link
Collaborator

chrismarget-j commented Feb 24, 2025

Several cases of this:

err: fmt.Errorf("multiple Config Templates in blueprint %q have name %q", o.client.id, name),

err: fmt.Errorf("multiple Config Templates in blueprint %q have name %q", o.client.id, name),

should be:

err: fmt.Errorf("multiple Config Templates in blueprint %q have name %q", o.id, name),

o in this case is a freeform client, so o.id is the freeform blueprint id and o.client.id is the client id.

Need to find all of the cases of this mistake (suspect many)

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

No branches or pull requests

1 participant