Skip to content

Commit

Permalink
Support sha, depth, subdir for mix.exs files (#3635)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuataylor authored Aug 15, 2024
1 parent c7146e6 commit 1e6d025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/org/elixir_lang/mix/Dep.kt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ data class Dep(val application: String, val path: String, val type: Type = Type.
"app", "branch", "commit", "compile", "env", "git", "github", "hex", "manager",
"only", "optional", "organization", "override", "ref", "repo", "runtime",
GUARDIAN_RUNTIME_TYPO, "sparse", "submodules", "system_env", "tag", "targets",
EDELIVER_DISTILLERY_WARN_MISSING -> acc
EDELIVER_DISTILLERY_WARN_MISSING, "sha", "depth", "subdir" -> acc

"in_umbrella" -> acc.copy(path = "apps/$name", type = Type.MODULE)
"path" -> putPath(acc, keywordPair.keywordValue)
Expand Down

0 comments on commit 1e6d025

Please sign in to comment.