Skip to content

Commit

Permalink
fix: ensure cli templates are always updated
Browse files Browse the repository at this point in the history
  • Loading branch information
davemooreuws committed Apr 11, 2024
1 parent 5c589ac commit bb36f33
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkg/project/templates/contents.go
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,9 @@ func (d *downloader) repository() error {

// provide the getter needed to download the files
Getters: map[string]getter.Getter{
"https": &getter.HttpGetter{},
"https": &getter.HttpGetter{
DoNotCheckHeadFirst: true,
},
},
})

Expand Down

0 comments on commit bb36f33

Please sign in to comment.