diff --git a/install_windows.ps1 b/install_windows.ps1 index 2df19c3..8f5e12a 100644 --- a/install_windows.ps1 +++ b/install_windows.ps1 @@ -30,7 +30,7 @@ if (IsGitRepository -dir $currentDir -url $repoUrl) { Write-Host "Already inside the dotfiles repository. Skipping clone step and pulling..." -ForegroundColor Yellow $dotfilesRepo = $currentDir - git -C $dotfilesRepo pull + git pull } else { # Clone dotfiles repository to TMP if not already inside it