about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rw-r--r--lib/rainbows/process_client.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rainbows/process_client.rb b/lib/rainbows/process_client.rb
index 3be0ff3..3f23825 100644
--- a/lib/rainbows/process_client.rb
+++ b/lib/rainbows/process_client.rb
@@ -66,6 +66,6 @@ module Rainbows::ProcessClient
   end
 
   # override this in subclass/module
-  def pipeline_ready
+  def pipeline_ready(hp)
   end
 end