From 20ff3ffac02ab44d5d29050a4175fecdf82a7a31 Mon Sep 17 00:00:00 2001 From: Luke Sampson Date: Thu, 22 Aug 2013 22:09:49 +1000 Subject: [PATCH] missing '.' --- libexec/scoop-update.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libexec/scoop-update.ps1 b/libexec/scoop-update.ps1 index 579f9aaaf..d3e6b6871 100644 --- a/libexec/scoop-update.ps1 +++ b/libexec/scoop-update.ps1 @@ -31,7 +31,7 @@ if(!$app) { unzip $zipfile $tempdir 'scoop-master' rm $zipfile - echo 'replacing files..' + echo 'replacing files...' $null = robocopy $tempdir $currentdir /mir /njh /njs /nfl /ndl rm -r -force $tempdir -ea stop