[ARVADOS-WORKBENCH2] updated: 1.4.1-407-gbac28b95

Git user git at public.arvados.org
Wed Aug 26 13:51:15 UTC 2020


Summary of changes:
 src/common/config.ts | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

       via  bac28b95f3be55f0d5e857fa1630dc7265c9f163 (commit)
      from  eb6593c5f36b115837e01da8a16cbbb625c54a9d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit bac28b95f3be55f0d5e857fa1630dc7265c9f163
Author: Tom Clegg <tom at tomclegg.ca>
Date:   Wed Aug 26 09:50:52 2020 -0400

    16314: Fix syntax.
    
    Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom at tomclegg.ca>

diff --git a/src/common/config.ts b/src/common/config.ts
index 4e32395b..dd812c65 100644
--- a/src/common/config.ts
+++ b/src/common/config.ts
@@ -235,8 +235,8 @@ export const mockClusterConfigJSON = (config: Partial<ClusterConfigJSON>): Clust
             Enable: false,
         },
         Test: {
-            Enable: false;
-        }
+            Enable: false,
+        },
     },
     Collections: {
         ForwardSlashNameSubstitution: "",

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list