mirror of
https://github.com/ScoopInstaller/Scoop.git
synced 2026-09-24 22:36:05 +00:00
install.ps1: Fix lastupdate config value after scoop installation (#2919)
Related to #2906
This commit is contained in:
+1
-1
@@ -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."
|
||||
|
||||
|
||||
Reference in New Issue
Block a user