From baf3cfd510988ed6794390459b42e26c62c0ad5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Geoffrey=20=E2=80=9CFrogeye=E2=80=9D=20Preud=27homme?= Date: Mon, 22 Apr 2019 20:07:09 +0200 Subject: [PATCH] Stuff that was staged but not commited --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index aabd3d0..f41eaa2 100644 --- a/index.php +++ b/index.php @@ -27,7 +27,7 @@ $machineArgs = array( 'type' => 'string', 'pattern' => '/^[a-zA-Z0-9\-_]+$/', 'repeatable' => false, - 'optional' => false + 'optional' => true ), 'network' => array( 'type' => 'string',