aboutsummaryrefslogtreecommitdiff
path: root/win-nvim.ps1
diff options
context:
space:
mode:
authorsrdusr <trevorgray@srdusr.com>2023-07-16 06:04:21 +0200
committersrdusr <trevorgray@srdusr.com>2023-07-16 06:04:21 +0200
commit471027875eb344cd733aec4951e31d1d9eeabf02 (patch)
treeb2f3efd86ee1e2b1bb2d24c9663b7ba0e73a4f79 /win-nvim.ps1
parent32a71a6f19b45a00b3ea80f5698a2e460769f1e4 (diff)
downloaddotfiles-471027875eb344cd733aec4951e31d1d9eeabf02.tar.gz
dotfiles-471027875eb344cd733aec4951e31d1d9eeabf02.zip
Fixed slight syntax error on git clone
Diffstat (limited to 'win-nvim.ps1')
-rw-r--r--win-nvim.ps12
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