install.ps1: Fix lastupdate config value after scoop installation (#2919)

Related to #2906
This commit is contained in:
Jun Ueoka
2018-12-20 18:46:09 +01:00
committed by Richard Kuhnt
parent 0c899b115f
commit f23b2bbde5
+1 -1
View File
@@ -56,7 +56,7 @@ shim "$dir\bin\scoop.ps1" $false
ensure_robocopy_in_path
ensure_scoop_in_path
scoop config lastupdate [System.DateTime]::Now.ToString('o')
scoop config lastupdate ([System.DateTime]::Now.ToString('o'))
success 'Scoop was installed successfully!'
Write-Output "Type 'scoop help' for instructions."