commit | 1171aadb90c238eabc892a9d30aae25db72165cf | [log] [tgz] |
---|---|---|
author | Filippo Valsorda <filippo@cloudflare.com> | Wed Apr 13 06:31:03 2016 +0100 |
committer | Filippo Valsorda <filippo@cloudflare.com> | Wed Apr 13 06:31:03 2016 +0100 |
tree | dcde4c54490352b0b4b06e402c33d71627e359c5 | |
parent | cb8c565c7128537cb043d1b55d52943628523781 [diff] |
update: preserve the AllFiles flag in the new manifest
diff --git a/update.go b/update.go index 8d71ae6..ac462fd 100644 --- a/update.go +++ b/update.go
@@ -97,6 +97,7 @@ Branch: branch, Path: extra, NoTests: d.NoTests, + AllFiles: d.AllFiles, } if err := fileutils.RemoveAll(filepath.Join(vendorDir(), filepath.FromSlash(d.Importpath))); err != nil {