From 3024ef0be1d5d72bcd23cbb4a3179e2ad73c9bd5 Mon Sep 17 00:00:00 2001 From: Tomasz Kostrzewa Date: Tue, 5 Mar 2024 19:07:59 +0100 Subject: [PATCH] modified: functions/Override-Profile.ps1 --- functions/Override-Profile.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/Override-Profile.ps1 b/functions/Override-Profile.ps1 index d9751c5..06100d7 100644 --- a/functions/Override-Profile.ps1 +++ b/functions/Override-Profile.ps1 @@ -2,7 +2,7 @@ # Override $profile function Override-Profile { if ((Test-Path $PROFILE)) { - Copy-Item -Path $path_gitea_powershell_profile -Destination $PROFILE -Force + Copy-Item -Path "$path_gitea_powershell_profile\RdzeN-Profile.ps1" -Destination $PROFILE -Force New-SimulateTyping "Your PowerShell profile was Override!" } } \ No newline at end of file