mirror of
https://github.com/bitwarden/server.git
synced 2025-07-02 00:22:50 -05:00
missing comma
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
param (
|
||||
[switch] $install,
|
||||
[switch] $run,
|
||||
[switch] $restart
|
||||
[switch] $restart,
|
||||
[switch] $stop,
|
||||
[switch] $update,
|
||||
[switch] $updatedb,
|
||||
|
Reference in New Issue
Block a user