Skip to content

Commit

Permalink
Update default Getter client
Browse files Browse the repository at this point in the history
* DisableSymlinks
  • Loading branch information
nywilken committed May 24, 2022
1 parent c2afb8c commit 820435e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion multistep/commonsteps/step_download.go
Expand Up @@ -56,7 +56,8 @@ type StepDownload struct {
}

var defaultGetterClient = getter.Client{
Getters: getter.Getters,
Getters: getter.Getters,
DisableSymlinks: true,
}

func init() {
Expand Down

0 comments on commit 820435e

Please sign in to comment.