pullermann 1.5.2 → 1.5.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/pullermann/pullermann.rb +1 -1
- metadata +1 -1
|
@@ -231,7 +231,7 @@ class Pullermann
|
|
|
231
231
|
def remove_comment
|
|
232
232
|
if @request.comment
|
|
233
233
|
# Remove old comment and reset variable.
|
|
234
|
-
call_github.delete_comment(@project, @request.comment.id)
|
|
234
|
+
call_github(old_comment_success?).delete_comment(@project, @request.comment.id)
|
|
235
235
|
@request.comment = nil
|
|
236
236
|
end
|
|
237
237
|
end
|