doc: Use consistent case for PROFILE env variable in PowerShell

This commit is contained in:
Facundo Tuesca 2024-03-28 18:35:18 +01:00
parent 521713fc94
commit 15555c9898
1 changed files with 1 additions and 1 deletions

View File

@ -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"