Skip to content

Commit

Permalink
DROP - enable symlinks for windows test
Browse files Browse the repository at this point in the history
  • Loading branch information
Wilken Rivera committed Oct 5, 2023
1 parent fd541be commit aaddcb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion multistep/commonsteps/step_download.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const defaultGetterReadTimeout time.Duration = 30 * time.Minute

var defaultGetterClient = getter.Client{
// Disable writing and reading through symlinks.
DisableSymlinks: true,
//DisableSymlinks: true,
// The order of the Getters in the list may affect the result
// depending if the Request.Src is detected as valid by multiple getters
Getters: []getter.Getter{
Expand Down

0 comments on commit aaddcb0

Please sign in to comment.