diff --git a/functions/Test-Profile.ps1 b/functions/Test-Profile.ps1 index 6114e97..3770c32 100644 --- a/functions/Test-Profile.ps1 +++ b/functions/Test-Profile.ps1 @@ -2,7 +2,7 @@ # Reload $profile function Test-Profile { if (-not (Test-Path $PROFILE)) { - Copy-Item -Path $path_gitea_powershell_profile -Destination $PROFILE + Copy-Item -Path "$path_gitea_powershell_profile\RdzeN-Profile.ps1" -Destination $PROFILE New-SimulateTyping "Your PowerShell profile was created!" } } \ No newline at end of file