Skip to content
This repository has been archived by the owner on May 22, 2018. It is now read-only.

remove deprecated and default options #143

Merged
merged 1 commit into from
Apr 24, 2017

Conversation

indirect
Copy link
Contributor

brew cask now defaults to the appdir of /Applications, and has removed the --binarydir option entirely. removing these options fixes a deprecation warning printed during every cask installation.

'provider' => 'brewcask',
'install_options' => ['--appdir=/Applications',
"--binarydir=${boxen::config::homebrewdir}/bin"],
'provider' => 'brewcask'
Copy link
Member

Choose a reason for hiding this comment

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

Can we remove the extra whitespace in between here? Now that the other options are gone, this shouldn't be required.

@jacobbednarz
Copy link
Member

I'll give this one a run now and let you know!

@jacobbednarz
Copy link
Member

✅ Updating existing package
✅ Installing new package
✅ Uninstalling packages

@jacobbednarz jacobbednarz merged commit dceb533 into boxen:master Apr 24, 2017
@jacobbednarz
Copy link
Member

Thanks @indirect! 🌹

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants