From da02599079354e1874e00867f9b44d3ba8aa4c89 Mon Sep 17 00:00:00 2001
From: Martin Cuchran <cuchy@Martins-MacBook-Pro-4.local>
Date: Tue, 7 Feb 2017 21:44:10 +0100
Subject: [PATCH] TYPO

---
 Openstack/JSON/powershell/server-init.ps1 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Openstack/JSON/powershell/server-init.ps1 b/Openstack/JSON/powershell/server-init.ps1
index 6b7a422..e290ac1 100644
--- a/Openstack/JSON/powershell/server-init.ps1
+++ b/Openstack/JSON/powershell/server-init.ps1
@@ -8,5 +8,5 @@ $user = [ADSI]'WinNT://./Administrator';
 $user.SetPassword('Password.1');
 NET USER pv176 Password.1 /add;
 NET LOCALGROUP Administrators pv176 /add;
-exit 1001
+exit 1001;
                     
\ No newline at end of file
-- 
GitLab