Skip to content

Commit 5627c48

Browse files
committed
Fix typo
Signed-off-by: Jose Luis Rivero <jrivero@honurobotics.com>
1 parent 33ef227 commit 5627c48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jenkins-scripts/dsl/brew_release.dsl

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ void include_common_params(Job job)
5151
// 1. BREW pull request SHA updater
5252
def release_job = job("generic-release-homebrew_pull_request_updater")
5353
OSRFUNIXBase.create(release_job)
54-
OSRFCredentials.allowOsrfbuildToRunTheBuild(job)
54+
OSRFCredentials.allowOsrfbuildToRunTheBuild(release_job)
5555

5656
include_common_params(release_job)
5757
release_job.with

0 commit comments

Comments
 (0)