From 43d9da808be5de69b159479656bc4e4090d03762 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Wed, 18 Sep 2019 17:29:43 +0200 Subject: [PATCH] fix(core): update --- ts/docker.classes.host.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/docker.classes.host.ts b/ts/docker.classes.host.ts index b7044f3..535a89d 100644 --- a/ts/docker.classes.host.ts +++ b/ts/docker.classes.host.ts @@ -62,7 +62,7 @@ export class DockerHost { username: gitlabAuthArray[0], password: gitlabAuthArray[1], serveraddress: 'registry.gitlab.com' - }) + }); } /**