Skip to content

Commit 186a588

Browse files
jsorefjsvd
authored andcommitted
Remove excess period
The error is supplemented by ", message: " + exception As such, a period is unhelpful. Fixes #9749
1 parent ccfa770 commit 186a588

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/pluginmanager/remove.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ def execute
3333

3434
remove_unused_locally_installed_gems!
3535
rescue => exception
36-
report_exception("Operation aborted, cannot remove plugin.", exception)
36+
report_exception("Operation aborted, cannot remove plugin", exception)
3737
end
3838
end

0 commit comments

Comments
 (0)