Fix onedrive dependency conflict check (#75007)

- Typo in `microsoft-office` was preventing a proper dependency conflict check.
This commit is contained in:
Peter Chng 2020-01-02 14:22:07 -08:00 committed by Vítor Galvão
parent 676365d538
commit c100e47873
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ cask 'onedrive' do
homepage 'https://onedrive.live.com/'
auto_updates true
conflicts_with cask: 'microsot-office'
conflicts_with cask: 'microsoft-office'
depends_on macos: '>= :sierra'
pkg 'OneDrive.pkg'