clean up image comment
This commit is contained in:
@@ -41,7 +41,7 @@ defmodule LabelmakerWeb.LabelController do
|
|||||||
"label:#{String.slice(options.label, 0, Constants.max_label_length())}",
|
"label:#{String.slice(options.label, 0, Constants.max_label_length())}",
|
||||||
"-set",
|
"-set",
|
||||||
"comment",
|
"comment",
|
||||||
inspect(Jason.encode!(options)),
|
inspect(Jason.encode!(Map.drop(options, [:link]))),
|
||||||
filepath
|
filepath
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user