summaryrefslogtreecommitdiff
path: root/install.ps1
diff options
context:
space:
mode:
Diffstat (limited to 'install.ps1')
-rw-r--r--install.ps12
1 files changed, 1 insertions, 1 deletions
diff --git a/install.ps1 b/install.ps1
index 6504e69..f7472ad 100644
--- a/install.ps1
+++ b/install.ps1
@@ -35,7 +35,7 @@ if (Get-Command cargo -ErrorAction SilentlyContinue) {
function vercomp($v1, $v2) {
if ($v1 -eq $v2) {
return 0
- }
+ }
$v1 = $v1.Replace(".", "0")
$v2 = $v2.Replace(".", "0")