mirror of
https://github.com/octoleo/restic.git
synced 2024-12-23 19:38:57 +00:00
doc: Use consistent case for PROFILE env variable in PowerShell
This commit is contained in:
parent
521713fc94
commit
15555c9898
@ -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 New Issue
Block a user