From 97fcc961a75b6389e326dfbea79e634c84f4637a Mon Sep 17 00:00:00 2001 From: Baipyrus Date: Mon, 25 Nov 2024 15:21:47 +0100 Subject: [PATCH] bugfix: save detected dotfiles repo location --- install_windows.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_windows.ps1 b/install_windows.ps1 index f5fd009..059eee2 100644 --- a/install_windows.ps1 +++ b/install_windows.ps1 @@ -26,7 +26,7 @@ $repoUrl = "https://github.com/Baipyrus/dotfiles.git" $currentDir = (Get-Location).Path -ReadyDotfilesRepo -cwd $currentDir -url $repoUrl -destination $dotfilesRepo +$dotfilesRepo = ReadyDotfilesRepo -cwd $currentDir -url $repoUrl -destination $dotfilesRepo # Setting up Alacritty Configuration Write-Host "Setting up Alacritty configuration..." -ForegroundColor Cyan