app/views/cogy/error.text.erb in cogy-0.0.3 vs app/views/cogy/error.text.erb in cogy-0.1.0
- old
+ new
@@ -1,5 +1,5 @@
@<%= @user %>: Command '<%= @cmd %>' returned an error.
```
-<%= @exception.class %>:<%= @exception.message %>
+<%= @exception.class %>: <%= @exception.message %>
```