From 030266db8697e0a2eb7f143990498d8a126c44cd Mon Sep 17 00:00:00 2001 From: Luke Sampson Date: Mon, 6 Jan 2014 17:27:27 +1000 Subject: [PATCH] fix code layout --- lib/install.ps1 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/install.ps1 b/lib/install.ps1 index 26e1c98c..9b3d7fc2 100644 --- a/lib/install.ps1 +++ b/lib/install.ps1 @@ -111,8 +111,7 @@ function dl_progress($url, $to) { $err = $complete.sourceeventargs.error if($err) { abort "$($err.message)" } $true - } - catch { + } catch { $false } }