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

Handle Homebrew renaming `mobile-shell` to `mosh` #724

Merged
merged 1 commit into from Sep 30, 2017

Commits on Sep 29, 2017

  1. Handle Homebrew renaming `mobile-shell` to `mosh`

    Homebrew left in an alias for `mobile-shell` so the `mosh` package
    actually installs correctly, but Salt's pkg.installed state then tries
    to verify the installation by checking the installed packages.
    That list only shows `mosh` and not the `mobile-shell` alias,
    causing the state the fail.
    
    Update to the new name, which is also consistent with everyone else.
    aneeshusa committed Sep 29, 2017
You can’t perform that action at this time.