From 5f2da6f91434858f9406faab187c30fff255400d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Thu, 19 Sep 2024 10:59:26 +0200 Subject: [PATCH] Remove cell from name --- lib/livebook/runtime/definitions.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/livebook/runtime/definitions.ex b/lib/livebook/runtime/definitions.ex index 1372d4e3d..83fce3b66 100644 --- a/lib/livebook/runtime/definitions.ex +++ b/lib/livebook/runtime/definitions.ex @@ -230,7 +230,7 @@ defmodule Livebook.Runtime.Definitions do }, %{ kind: "Elixir.KinoFLAME.RunnerCell", - name: "FLAME runner cell", + name: "FLAME runner", requirement_presets: [ %{ name: "Fly",