From 981644af7dad670e334bd6e490ca2ce8b9f8ce55 Mon Sep 17 00:00:00 2001 From: Gyuho Lee Date: Thu, 2 Aug 2018 08:06:27 -0700 Subject: [PATCH] scripts/updatedep: remove "dep prune" command "Pruning is now performed automatically by dep ensure." Signed-off-by: Gyuho Lee --- scripts/updatedep.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/updatedep.sh b/scripts/updatedep.sh index e4d723354..0510606a7 100755 --- a/scripts/updatedep.sh +++ b/scripts/updatedep.sh @@ -16,5 +16,3 @@ else # shellcheck disable=SC2086 dep ensure -v -update $1 fi - -dep prune