Skip to content

Commit

Permalink
Work around buggy check
Browse files Browse the repository at this point in the history
  • Loading branch information
nex3 committed Feb 8, 2024
1 parent 88e83d4 commit bcd7b9d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Formula/sass.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ class Sass < Formula
depends_on "dart-lang/dart/dart" => :build

resource "language" do
url "https://github.com/sass/sass.git", revision: "c04dbf6c447caf9d62094597e68fe5bf5d0b4025"
url "https://github.com/sass/sass.git",
revision: "c04dbf6c447caf9d62094597e68fe5bf5d0b4025",
branch: "main" # Only needed to silence a validation
end

def install
Expand Down

0 comments on commit bcd7b9d

Please sign in to comment.