1
0
mirror of https://github.com/bitwarden/server.git synced 2025-04-05 21:18:13 -05:00

missing comma

This commit is contained in:
Kyle Spearrin 2017-08-21 09:40:10 -04:00
parent c50b4657d6
commit 5546d94f48

View File

@ -1,7 +1,7 @@
param (
[switch] $install,
[switch] $run,
[switch] $restart
[switch] $restart,
[switch] $stop,
[switch] $update,
[switch] $updatedb,