Closed muzammilrehman closed 1 year ago
Feel free to change it or do a PR. I'm not using this plugin any longer in favour of this project https://github.com/trustpilot/pagerduty-notifier 😄
I dont have permission to create PR, that was my initial step
If the file name contains a space the error unknown parameter pops up. The fix is easy just add single quotes around the file name line 119
bash = "bash='#{File.expand_path(__FILE__)}' param1=#{option} param2=#{incident['id']}" unless incident['status'].eql?("test")
@frese