redo scoop shim for 'scoop update'

This commit is contained in:
Luke Sampson
2013-09-25 12:56:08 +10:00
parent 37c67784aa
commit 9de8b0fa7a
+2
View File
@@ -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 }