From ad3530e066e35dda32df7f75c632d556632cca88 Mon Sep 17 00:00:00 2001 From: Tomasz Kostrzewa Date: Tue, 5 Mar 2024 19:13:57 +0100 Subject: [PATCH] modified: functions/Test-Profile.ps1 --- functions/Test-Profile.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/Test-Profile.ps1 b/functions/Test-Profile.ps1 index 3770c32..b2fa531 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\RdzeN-Profile.ps1" -Destination $PROFILE + Copy-Item -Path "$path_gitea_powershell_profile\RdzeN-Profile.ps1" -Destination $PROFILE -force New-SimulateTyping "Your PowerShell profile was created!" } } \ No newline at end of file