Skip to content

Commit

Permalink
Apply review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
aleDsz committed Nov 18, 2024
1 parent c488e81 commit e8d75cd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/livebook/hubs/dockerfile.ex
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ defmodule Livebook.Hubs.Dockerfile do
@types %{
deploy_all: :boolean,
docker_tag: :string,
clustering: Ecto.ParameterizedType.init(Ecto.Enum, values: [:auto, :dns]),
environment_variables: {:array, :tuple}
clustering: Ecto.ParameterizedType.init(Ecto.Enum, values: [:auto, :dns])
}

@doc """
Expand Down

0 comments on commit e8d75cd

Please sign in to comment.