Skip to content

Commit

Permalink
Make sure branch is set
Browse files Browse the repository at this point in the history
  • Loading branch information
JaredAAT committed Apr 23, 2021
1 parent 32d8d64 commit c1983d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generic-update-script.rb
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
api_endpoint: ENV["BITBUCKET_API_URL"] || "https://api.bitbucket.org/2.0/",
repo: repo_name,
directory: directory,
branch: nil,
branch: branch,
)
else
source = Dependabot::Source.new(
Expand Down

0 comments on commit c1983d9

Please sign in to comment.