Skip to content
This repository has been archived by the owner on Aug 14, 2020. It is now read-only.

Commit

Permalink
scripts: update glide-update vendor script
Browse files Browse the repository at this point in the history
The current glide update flags are deprecated, and the current settings
are default behavior in glide.

This fixes it.
  • Loading branch information
Sergiusz Urbaniak committed Nov 8, 2016
1 parent b707ee2 commit e3e157a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/glide-update
Expand Up @@ -16,5 +16,5 @@ if [ ! $(command -v glide-vc) ]; then
exit 255
fi

glide update --strip-vcs --strip-vendor --update-vendored --delete
glide update --strip-vendor
glide-vc --only-code --no-tests

0 comments on commit e3e157a

Please sign in to comment.