Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
plyr4 committed Aug 19, 2024
1 parent 2a9644c commit f395ab0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/vela-terraform/terraform.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ import (
)

const (
_terraform = "/bin/terraform"
_installDir = "/bin"
_terraform = _installDir + "/" + "terraform"
)

func installBinary(customVer, defaultVer string) error {
Expand Down

0 comments on commit f395ab0

Please sign in to comment.