diff options
| author | srdusr <trevorgray@srdusr.com> | 2023-07-16 06:04:21 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2023-07-16 06:04:21 +0200 |
| commit | 471027875eb344cd733aec4951e31d1d9eeabf02 (patch) | |
| tree | b2f3efd86ee1e2b1bb2d24c9663b7ba0e73a4f79 /win-nvim.ps1 | |
| parent | 32a71a6f19b45a00b3ea80f5698a2e460769f1e4 (diff) | |
| download | dotfiles-471027875eb344cd733aec4951e31d1d9eeabf02.tar.gz dotfiles-471027875eb344cd733aec4951e31d1d9eeabf02.zip | |
Fixed slight syntax error on git clone
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 |
