Skip to content

Commit d62e3dd

Browse files
committed
Fix mistake in oncall command
1 parent 3ed2331 commit d62e3dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/cog_cmd/pagerduty/oncall.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def initialize
1414

1515
def run_command
1616
response.template = 'oncall'
17-
response.content = resp
17+
response.content = oncall
1818
end
1919

2020
private

0 commit comments

Comments
 (0)