Fix showing pipeline editing errors

This commit is contained in:
Shadowfacts 2020-01-29 22:17:04 -05:00
parent bc8b3a8a38
commit c37ab63bce
Signed by: shadowfacts
GPG Key ID: 94A5AB95422746E5
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ defmodule FrenzyWeb.PipelineController do
else
{:error, reason} ->
conn
|> put_flash(:error, "Unable to edit pipeline: #{reason}")
|> put_flash(:error, "Unable to edit pipeline: #{inspect(reason)}")
|> render("edit.html", %{
pipeline: pipeline,
name: name,