Skip to content

Commit

Permalink
Merge pull request #9140 from eltociear/patch-1
Browse files Browse the repository at this point in the history
bintray: fix typo in it comment
  • Loading branch information
reitermarkus committed Nov 15, 2020
2 parents 1f8dc48 + 1e07b77 commit d21f1e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Homebrew/test/bintray_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
expect(hash).to eq("449de5ea35d0e9431f367f1bb34392e450f6853cdccdc6bd04e6ad6471904ddb")
end

it "fails on a non-existant file" do
it "fails on a non-existent file" do
hash = bintray.remote_checksum(repo: "bottles", remote_file: "my-fake-bottle-1.0.snow_hyena.tar.gz")
expect(hash).to be nil
end
Expand Down

0 comments on commit d21f1e0

Please sign in to comment.