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

fix account id inheritance #24

Merged
merged 3 commits into from
Jul 11, 2018
Merged

Conversation

ryanking
Copy link
Contributor

This fixes the case where account_id is set in defaults.

Also adds a verbose flag to the plan command. Will add verbose stuff elsewhere later.

This fixes the case where account_id is set in defaults.

Also adds a verbose flag to the plan command. Will add verbose stuff elsewhere later.
@ryanking ryanking requested a review from a team as a code owner July 11, 2018 21:02
config/config.go Outdated
@@ -10,6 +10,7 @@ import (
)

type defaults struct {
AccountID *int64 `json:"account_id"`
Copy link
Contributor

Choose a reason for hiding this comment

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

omitempty for consistency although probably doesn't matter since no marshalling iirc

Copy link
Contributor Author

Choose a reason for hiding this comment

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

it does get marshalled with fogg init so I will add it

@czimergebot czimergebot merged commit c93e0ad into master Jul 11, 2018
@ryanking ryanking deleted the ryanking/default-account-id branch July 17, 2018 16:52
@vincenthsh vincenthsh mentioned this pull request Nov 12, 2024
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