scripts/updatedep: remove "dep prune" command

"Pruning is now performed automatically by dep ensure."

Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
This commit is contained in:
Gyuho Lee 2018-08-02 08:06:27 -07:00
parent 612266beaf
commit 981644af7d
No known key found for this signature in database
GPG Key ID: EF87F6C2CD4BE9A1

View File

@ -16,5 +16,3 @@ else
# shellcheck disable=SC2086
dep ensure -v -update $1
fi
dep prune