Skip to content

Commit cff76d0

Browse files
Update lib/mix/lib/mix/gleam.ex
Co-authored-by: Eksperimental <eksperimental@autistici.org>
1 parent 00f852d commit cff76d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/mix/lib/mix/gleam.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ defmodule Mix.Gleam do
107107
:error, :enoent ->
108108
Mix.raise(
109109
"The \"gleam\" executable is not available in your PATH. " <>
110-
"Please install it, as one of your dependencies requires it. "
110+
"Please install it, as one of your dependencies requires it"
111111
)
112112
else
113113
{response, 0} ->

0 commit comments

Comments
 (0)