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