Skip to content

Commit

Permalink
Remove explicit branch checkout for Ruby gem
Browse files Browse the repository at this point in the history
The default branch is the main branch again.
  • Loading branch information
tombruijn committed Aug 23, 2024
1 parent 34143b5 commit 73e3af0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ namespace :integrations do
desc "Clone and reset integrations"
task :clone do
# Clone Ruby
clone_from_git("ruby/integration", "appsignal-ruby", :branch => "main")
clone_from_git("ruby/integration", "appsignal-ruby")
# Clone Elixir, it currently consists of multiple repos
FileUtils.mkdir_p("elixir/integration")
clone_from_git("elixir/integration/appsignal-elixir", "appsignal-elixir")
Expand Down

0 comments on commit 73e3af0

Please sign in to comment.