Skip to content

Commit

Permalink
sdformat14.rb: fix head branch
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Peters <[email protected]>
  • Loading branch information
scpeters committed Jul 29, 2023
1 parent 1472280 commit 1b0b06b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/sdformat14.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class Sdformat14 < Formula
version "13.999.999~0~20230728"
license "Apache-2.0"

head "https://github.com/gazebosim/sdformat.git", branch: "sdf13"
head "https://github.com/gazebosim/sdformat.git", branch: "main"

depends_on "cmake" => [:build, :test]
depends_on "pkg-config" => [:build, :test]
Expand Down

0 comments on commit 1b0b06b

Please sign in to comment.