From 471027875eb344cd733aec4951e31d1d9eeabf02 Mon Sep 17 00:00:00 2001 From: srdusr Date: Sun, 16 Jul 2023 06:04:21 +0200 Subject: Fixed slight syntax error on git clone --- win-nvim.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/win-nvim.ps1 b/win-nvim.ps1 index 4f156ec..608a297 100644 --- a/win-nvim.ps1 +++ b/win-nvim.ps1 @@ -7,7 +7,7 @@ if (!(Get-Command nvim -ErrorAction SilentlyContinue)) { $dotFilesRoot = Join-Path $HOME "dotfiles" if (!(Test-Path $dotFilesRoot -PathType Container)) { - git clone https://github.com:srdusr/dotfiles.git $dotFilesRoot + git clone https://github.com/srdusr/dotfiles.git $dotFilesRoot } # Link NeoVim configuration -- cgit v1.2.3