mirror of
https://github.com/TECHNOFAB11/jsonnet-bundler.git
synced 2025-12-11 23:50:05 +01:00
Fix typo in parseDependency name and add tests
This commit is contained in:
parent
95226f7f9b
commit
4630466006
3 changed files with 82 additions and 9 deletions
|
|
@ -98,7 +98,7 @@ func Main() int {
|
|||
return 0
|
||||
}
|
||||
|
||||
func parseDepedency(urlString string) *spec.Dependency {
|
||||
func parseDependency(urlString string) *spec.Dependency {
|
||||
if spec := parseGitSSHDependency(urlString); spec != nil {
|
||||
return spec
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue