mirror of
				https://github.com/jakeswenson/BitBetter.git
				synced 2025-10-31 12:53:25 +00:00 
			
		
		
		
	Fix typo
This commit is contained in:
		
							parent
							
								
									5cff265a2a
								
							
						
					
					
						commit
						1d3bbbcd92
					
				|  | @ -45,11 +45,11 @@ foreach ($instance in $oldinstances) { | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| # update bitwarden itself | # update bitwarden itself | ||||||
| if ($args[0] -eq 'y') { | if ($args[0] -eq 'update') { | ||||||
| 	docker pull ghcr.io/bitwarden/self-host:beta | 	docker pull ghcr.io/bitwarden/self-host:beta | ||||||
| } else { | } else { | ||||||
| 	$confirmation = Read-Host "Update (or get) bitwarden source container (y/n)" | 	$confirmation = Read-Host "Update (or get) bitwarden source container (y/n)" | ||||||
| 	if ($confirmation -eq 'update') { | 	if ($confirmation -eq 'y') { | ||||||
| 		docker pull ghcr.io/bitwarden/self-host:beta | 		docker pull ghcr.io/bitwarden/self-host:beta | ||||||
| 	} | 	} | ||||||
| } | } | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	Block a user