From 5546d94f48e8ffb76217a312b98fdf332d0b9e32 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Mon, 21 Aug 2017 09:40:10 -0400 Subject: [PATCH] missing comma --- scripts/bitwarden.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/bitwarden.ps1 b/scripts/bitwarden.ps1 index 4ec76df960..cf493451c9 100644 --- a/scripts/bitwarden.ps1 +++ b/scripts/bitwarden.ps1 @@ -1,7 +1,7 @@ param ( [switch] $install, [switch] $run, - [switch] $restart + [switch] $restart, [switch] $stop, [switch] $update, [switch] $updatedb,