Add extra information

This commit is contained in:
Michiel Hazelhof 2023-01-03 12:53:11 +01:00
parent 34b274f24a
commit 929de5c549
No known key found for this signature in database
GPG Key ID: EECB9B96355B5EBF
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ foreach ($instance in $oldinstances) {
}
# update bitwarden itself
$confirmation = Read-Host "Update bitwarden source container"
$confirmation = Read-Host "Update (or get) bitwarden source container"
if ($confirmation -eq 'y') {
docker pull bitwarden/self-host:beta
}