Skip to content

Commit

Permalink
Remvoing unwanted changes
Browse files Browse the repository at this point in the history
Signed-off-by: Yashvi Jain <[email protected]>
  • Loading branch information
Yashvi Jain committed Dec 19, 2024
1 parent 0f94384 commit c68ab46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/automate-deployment/pkg/target/local_target.go
Original file line number Diff line number Diff line change
Expand Up @@ -1357,7 +1357,7 @@ func (t *LocalTarget) installHabViaInstallScript(ctx context.Context, requiredVe
return err
}

version := requiredVersion.Version()
version := requiredVersion.Version()

output, execErr := t.Executor.CombinedOutput(
"bash",
Expand Down
2 changes: 1 addition & 1 deletion components/automate-platform-tools/habitat/plan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ pkg_maintainer="Chef Software Inc. <[email protected]>"
pkg_license=('Chef-MLSA')
pkg_upstream_url="https://www.chef.io/automate"
pkg_bin_dirs=(bin)
pkg_scaffolding="${local_scaffolding_origin:-yjain}/automate-scaffolding-go"
pkg_scaffolding="${local_scaffolding_origin:-chef}/automate-scaffolding-go"
scaffolding_no_platform=true # Don't inject automate platform scaffolding
scaffolding_go_base_path=github.com/chef
scaffolding_go_repo_name=automate
Expand Down

0 comments on commit c68ab46

Please sign in to comment.