Skip to content

Commit

Permalink
update: preserve the AllFiles flag in the new manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
FiloSottile committed Apr 13, 2016
1 parent cb8c565 commit 1171aad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions update.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ Flags:
Branch: branch,
Path: extra,
NoTests: d.NoTests,
AllFiles: d.AllFiles,
}

if err := fileutils.RemoveAll(filepath.Join(vendorDir(), filepath.FromSlash(d.Importpath))); err != nil {
Expand Down

0 comments on commit 1171aad

Please sign in to comment.