1
0
mirror of https://github.com/bitwarden/server.git synced 2025-04-06 21:48:12 -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 ( param (
[switch] $install, [switch] $install,
[switch] $run, [switch] $run,
[switch] $restart [switch] $restart,
[switch] $stop, [switch] $stop,
[switch] $update, [switch] $update,
[switch] $updatedb, [switch] $updatedb,