Skip to content

Commit

Permalink
fix trailing space
Browse files Browse the repository at this point in the history
Signed-off-by: Phani Sajja <[email protected]>
  • Loading branch information
sajjaphani committed Nov 12, 2024
1 parent 475a5b5 commit 57ae645
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/plan-build-ps1/bin/hab-plan-build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -365,8 +365,8 @@ function Install-Dependency($dependency, $install_args = $null) {
}
}

# **Internal** From hab-auto-build, we set the specific packages to be installed using
# the environment variable HAB_STUDIO_INSTALL_PKGS before building. This helper function resolves
# **Internal** From hab-auto-build, we set the specific packages to be installed using
# the environment variable HAB_STUDIO_INSTALL_PKGS before building. This helper function resolves
# the given dependency to the identifier installed from HAB_STUDIO_INSTALL_PKGS.
function __resolve_full_ident($dep) {
if (-not [string]::IsNullOrEmpty($env:HAB_STUDIO_INSTALL_PKGS)) {
Expand Down

0 comments on commit 57ae645

Please sign in to comment.