forked from TrueCloudLab/restic
doc: Use consistent case for PROFILE env variable in PowerShell
This commit is contained in:
parent
521713fc94
commit
15555c9898
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue