From 15555c9898c83838f80e29c3f1629568da0ca2b7 Mon Sep 17 00:00:00 2001 From: Facundo Tuesca Date: Thu, 28 Mar 2024 18:35:18 +0100 Subject: [PATCH] doc: Use consistent case for PROFILE env variable in PowerShell --- doc/020_installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/020_installation.rst b/doc/020_installation.rst index da9ed8a3f..17b581a87 100644 --- a/doc/020_installation.rst +++ b/doc/020_installation.rst @@ -376,4 +376,4 @@ Example for setting up a powershell completion script for the local user's profi PS> restic generate --powershell-completion "$ProfileDir\restic-completion.ps1" # Append to the profile file the command to load Restic completions - PS> Add-Content -Path $Profile.CurrentUserAllHosts -Value "`r`nImport-Module $ProfileDir\restic-completion.ps1" + PS> Add-Content -Path $PROFILE.CurrentUserAllHosts -Value "`r`nImport-Module $ProfileDir\restic-completion.ps1"