Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Rui Chen <[email protected]>
  • Loading branch information
chenrui333 committed Dec 28, 2024
1 parent 27c1412 commit 1c08091
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/bundle/brew_installer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ def self.formula_installed?(formula)
end

def self.formula_upgradable?(formula)
# Check local cache first and then authoratitive Homebrew source.
# Check local cache first and then authoritative Homebrew source.
formula_in_array?(formula, upgradable_formulae) && Formula[formula].outdated?
end

Expand Down
2 changes: 1 addition & 1 deletion spec/bundle/brew_services_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
described_class.reset!
end

it "is empty when brew servies not installed" do
it "is empty when brew services not installed" do
allow(Bundle).to receive(:services_installed?).and_return(false)
expect(described_class.started_services).to be_empty
end
Expand Down

0 comments on commit 1c08091

Please sign in to comment.