Skip to content

Commit 1af7c79

Browse files
committed
deploy webhook: add missing require
1 parent 362f4db commit 1af7c79

File tree

1 file changed

+1
-0
lines changed
  • ansible/files/home/packages/webhook/lib/deployer

1 file changed

+1
-0
lines changed

ansible/files/home/packages/webhook/lib/deployer/app.rb

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616

1717
require "json"
1818
require "openssl"
19+
require_relative "error"
1920
require_relative "payload"
2021
require_relative "response"
2122

0 commit comments

Comments
 (0)