mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-10-06 19:46:00 +08:00
Fix typo (#2825)
This commit is contained in:
parent
fad65f1acb
commit
0ae9c1871d
1 changed files with 1 additions and 1 deletions
|
@ -262,7 +262,7 @@ defmodule Livebook.Runtime.Fly do
|
||||||
{:error, %{message: message}} ->
|
{:error, %{message: message}} ->
|
||||||
{:error,
|
{:error,
|
||||||
"failed while waiting for the machine to start, reason: #{message}." <>
|
"failed while waiting for the machine to start, reason: #{message}." <>
|
||||||
" See the app logs in the Fly.io dashbaord to determine the reason"}
|
" See the app logs in the Fly.io dashboard to determine the reason"}
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue