Skip to content

Commit

Permalink
Ensure application is compiled before running tasks (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim authored Sep 10, 2024
1 parent cfb852e commit a168b21
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/mix/tasks/x509.gen.selfsigned.ex
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ defmodule Mix.Tasks.X509.Gen.Selfsigned do

@doc false
def run(all_args) do
_ = Application.ensure_all_started(:x509)

{opts, args} =
OptionParser.parse!(
all_args,
Expand Down

0 comments on commit a168b21

Please sign in to comment.