diff --git a/app/views/profile_editor/edit.html.erb b/app/views/profile_editor/edit.html.erb
index e27da93..abef586 100644
--- a/app/views/profile_editor/edit.html.erb
+++ b/app/views/profile_editor/edit.html.erb
@@ -53,7 +53,7 @@
<%=
@plugins.dispatch(:profile_editor_extras).map do |content|
- content.kind_of?(Proc) ? self.instance_eval(&content) : content
+ content.kind_of?(Proc) ? self.instance_exec(&content) : content
end.join("\n")
%>
--
libgit2 0.21.2