diff options
Diffstat (limited to 'win-nvim.ps1')
| -rw-r--r-- | win-nvim.ps1 | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
