Skip to content

Commit

Permalink
ruby-highline: Add branch parameter in SRC_URI
Browse files Browse the repository at this point in the history
  • Loading branch information
psaavedra committed Jan 25, 2024
1 parent 613ad41 commit d544563
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes-devtools/ruby/ruby-highline_git.bb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUBY_BUILD_GEMS="${RUBY_GEM_NAME}.gemspec"
RUBY_INSTALL_GEMS ?= "${RUBY_GEM_NAME}-${PV}.gem"

SRC_URI = " \
git://github.com/JEG2/highline.git;protocol=https \
git://github.com/JEG2/highline.git;protocol=https;branch=master \
"

inherit ruby
Expand Down

0 comments on commit d544563

Please sign in to comment.