Skip to content

Commit

Permalink
changing name of variable
Browse files Browse the repository at this point in the history
  • Loading branch information
eranturgeman committed Aug 3, 2023
1 parent a4099d4 commit be03231
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/utils/yarn.go
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,8 @@ func buildYarnV1DependencyMap(packageInfo *PackageInfo, responseStr string) (dep
dependenciesMap[curDependency.Name] = dependency
}

rootProject := buildYarn1Root(packageInfo, packNameToFullName)
root = &rootProject
rootDependency := buildYarn1Root(packageInfo, packNameToFullName)
root = &rootDependency
dependenciesMap[root.Value] = root
return
}
Expand Down

0 comments on commit be03231

Please sign in to comment.