Skip to content

Commit

Permalink
Fix on debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
Elia Bracci committed Dec 20, 2022
1 parent a29103a commit dae3757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/install.go
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ func Install(tgversion string, usrBinPath string, mirrorURL string) string {
/* proceed to download it from the hashicorp release page */
url := mirrorURL + "v" + tgversion + "/" + "terragrunt" + "_" + goos + "_" + goarch

fmt.Println("Downloading terragrunt from", url)
fmt.Printf("Downloading terragrunt from %s", url)

downloadedFile, errDownload := DownloadFromURL(installLocation, url)

Expand Down

0 comments on commit dae3757

Please sign in to comment.