From fabf71ee27dae328121c69120181ac7e6aa68f11 Mon Sep 17 00:00:00 2001 From: Daniel Covington Date: Tue, 23 Apr 2024 12:03:55 -0400 Subject: [PATCH] Revert "more dev/ops" This reverts commit 365369a17621dbc3fb9115ec16a15e83169a9951. --- CiCd/deploy.vbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CiCd/deploy.vbs b/CiCd/deploy.vbs index 269c69c..97282fc 100644 --- a/CiCd/deploy.vbs +++ b/CiCd/deploy.vbs @@ -72,7 +72,7 @@ Sub CloneRepo objFile.WriteLine("MVC/") objFile.WriteLine("Dependancies/") objFile.WriteLine("index.asp") - objFile.WriteLine("web.config") + objFile.WriteLine("web.config" WshShell.Exec("git pull origin master") objFile.Close WScript.Sleep 10000