Skip to content
This repository was archived by the owner on Apr 22, 2025. It is now read-only.
This repository was archived by the owner on Apr 22, 2025. It is now read-only.

Taps not at the top #1662

@softwaregravy

Description

@softwaregravy

I am running brew bundle dump --file="$SYSTEM_FILES_DIR/Brewfile" --force which puts the taps below the brews. This in turn seems to cause the brews which rely on the tap to fail

Here's a Brewfile that fails the command brew bundle --file=Brewfile

brew "shopify/shopify/shopify-cli"
tap "shopify/shopify"

So after running a bundle dump we have to manually sort the file in order for bundle --file= to work correctly

This assumes that we think that we should be able to dump a Brewfile which is valid and loadable.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions