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 70f0503 commit 767c026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/livebook/hubs/dockerfile.ex
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ defmodule Livebook.Hubs.Dockerfile do
end

environment_variables =
if match?([_ | _], config.environment_variables) do
if config.environment_variables != [] do
envs = config.environment_variables |> Enum.sort() |> format_envs()

"""
Expand Down

0 comments on commit 767c026

Please sign in to comment.