From 638e2aface7c20b5a9ac44d477cee34d00902142 Mon Sep 17 00:00:00 2001 From: najlepszytomasz Date: Wed, 6 Mar 2024 18:23:53 +0000 Subject: [PATCH] Update RdzeN-Profile.ps1 --- RdzeN-Profile.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RdzeN-Profile.ps1 b/RdzeN-Profile.ps1 index 08bbc0e..7c5064d 100644 --- a/RdzeN-Profile.ps1 +++ b/RdzeN-Profile.ps1 @@ -71,7 +71,7 @@ if ($git_tmp -match "(Your branch is up to date)") { # 4. Load functions $path_to_search = "$path_gitea_powershell_profile_functions" Get-ChildItem $path_to_search | ForEach-Object { - . $_ + . $_.FullName } # 5. List functions