Skip to content

Commit 4d0e6b1

Browse files
balasankarcstanhu
andcommitted
Merge branch 'sh-fix-omnibus-helper-constant-error' into 'master'
Fix unintialized constant exception handler error See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7175 Merged-by: Balasankar 'Balu' C <[email protected]> Approved-by: João Alexandre Cunha <[email protected]> Approved-by: Balasankar 'Balu' C <[email protected]> Co-authored-by: Stan Hu <[email protected]>
2 parents 3f3e645 + a3b93e5 commit 4d0e6b1

File tree

1 file changed

+1
-0
lines changed
  • files/gitlab-cookbooks/package/libraries/handlers

1 file changed

+1
-0
lines changed

files/gitlab-cookbooks/package/libraries/handlers/gitlab.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616

1717
require 'chef/handler'
1818
require 'rainbow'
19+
require_relative '../omnibus_helper'
1920

2021
module GitLabHandler
2122
class Exception < Chef::Handler

0 commit comments

Comments
 (0)