Skip to content

Commit f79d23a

Browse files
varsillmat-hek
andauthored
Update lib/mix/tasks/membrane.demo.ex
Co-authored-by: Mateusz Front <mateusz.front@swmansion.com>
1 parent 068ae08 commit f79d23a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

lib/mix/tasks/membrane.demo.ex

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,7 @@ defmodule Mix.Tasks.Membrane.Demo do
5151
end
5252

5353
defp list_available_demos() do
54-
{:ok, _apps} = Application.ensure_all_started(:inets)
55-
{:ok, _apps} = Application.ensure_all_started(:ssl)
54+
{:ok, _apps} = Application.ensure_all_started([:inets, :ssl])
5655

5756
case :httpc.request(:get, {~c"#{@demos_readme_url}", []}, [{:autoredirect, true}], []) do
5857
{:ok, {{_version, 200, _reason}, _headers, body}} ->

0 commit comments

Comments
 (0)