From 9de8b0fa7a6efbfbbce00fe35b679b6abdcfac5f Mon Sep 17 00:00:00 2001 From: Luke Sampson Date: Wed, 25 Sep 2013 12:56:08 +1000 Subject: [PATCH] redo scoop shim for 'scoop update' --- libexec/scoop-update.ps1 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libexec/scoop-update.ps1 b/libexec/scoop-update.ps1 index 289f6bc3a..61369ba1a 100644 --- a/libexec/scoop-update.ps1 +++ b/libexec/scoop-update.ps1 @@ -47,6 +47,8 @@ if(!$app) { $null > "$currentdir\last_updated" # save update timestamp ensure_scoop_in_path + shim "$currentdir\bin\scoop.ps1" $false + @(buckets) | % { "updating $_ bucket..." $git = try { gcm git -ea stop } catch { $null }