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 service-diff command #52

Merged
merged 1 commit into from
Oct 12, 2024
Merged

Fix service-diff command #52

merged 1 commit into from
Oct 12, 2024

Commits on Oct 12, 2024

  1. Fix service-diff command

    The problem here was that for some reason on CI the hashicorp tap
    is installed and that means that I was running this command for that
    tap too. This didn't really make any sense because we only really
    need to run this command for the core tap; nothing else gets serialized
    to the API.
    
    I removed the --tap= command and now it just runs on the core tap by
    default which should help us avoid this problem.
    
    I tested it both with all formulae in the core tap and a single formula.
    apainintheneck committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    b954d44 View commit details
    Browse the repository at this point in the history