Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Jose Luis Rivero <[email protected]>
  • Loading branch information
j-rivero committed Nov 25, 2024
1 parent 33ef227 commit 5627c48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkins-scripts/dsl/brew_release.dsl
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ void include_common_params(Job job)
// 1. BREW pull request SHA updater
def release_job = job("generic-release-homebrew_pull_request_updater")
OSRFUNIXBase.create(release_job)
OSRFCredentials.allowOsrfbuildToRunTheBuild(job)
OSRFCredentials.allowOsrfbuildToRunTheBuild(release_job)

include_common_params(release_job)
release_job.with
Expand Down

0 comments on commit 5627c48

Please sign in to comment.