From a8bb65fe35547cd3873297089e7e5340db41bbda Mon Sep 17 00:00:00 2001
From: Moritz Maxeiner <mm@ucw.sh>
Date: Thu, 24 Oct 2019 19:10:29 +0200
Subject: [PATCH] windows1809: Fix typo

---
 windows1809/base/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/windows1809/base/Dockerfile b/windows1809/base/Dockerfile
index 276590d..28930eb 100644
--- a/windows1809/base/Dockerfile
+++ b/windows1809/base/Dockerfile
@@ -6,7 +6,7 @@ COPY Profile.ps1 C:/Users/ContainerAdministrator/Documents/WindowsPowerShell/Mic
 RUN . $Profile; \
     [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; \
     Invoke-Expression ((New-Object Net.WebClient).DownloadString('https://chocolatey.org/install.ps1')); \
-    Must-Run choco install -y dotnetfx --version 4.7.2.20180712 \
+    Must-Run choco install -y dotnetfx --version 4.7.2.20180712; \
     Must-Run choco install -y cmake --version 3.15.4 --installargs "ADD_CMAKE_TO_PATH=System"; \
     Must-Run choco install -y kitware-ninja --version 1.8.2.8127911; \
     Must-Run choco install -y \
-- 
GitLab