File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
mix_dependency_submission Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- name : " Mix Depdendency Submission"
1
+ name : " Mix Dependency Submission"
2
2
description : " Calculates dependencies for Mix and submits the list to the GitHub Dependency Submission API"
3
3
author : " Erlang Ecosystem Foundation"
4
4
branding :
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ if Mix.env() == :dev do
2
2
# Helpful for testing, use Burrito binary for prod
3
3
4
4
defmodule Mix.Tasks.MixDependencySubmission do
5
- @ shortdoc "Run mix_depdendency_submission "
5
+ @ shortdoc "Run mix_dependency_submission "
6
6
@ moduledoc """
7
7
#{ @ shortdoc }
8
8
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ defmodule MixDependencySubmission.Util do
37
37
env when env in [ :dev , :test ] ->
38
38
defp on_clean_slate ( fun ) do
39
39
# This is an internal API that we need to call if the exection is run
40
- # using mix (eg `mix test` / `mix mix_depdendency_submission `).
40
+ # using mix (eg `mix test` / `mix mix_dependency_submission `).
41
41
# Since it is not part of the production build, this is acceptable.
42
42
Mix.ProjectStack . on_clean_slate ( fun )
43
43
end
You can’t perform that action at this time.
0 commit comments