OSDN Git Service

teln-0.12.vbs for put error
[teln/teln-repo.git] / teln-0.12.vbs
similarity index 99%
rename from teln-0.11.vbs
rename to teln-0.12.vbs
index 478bc72..a5f4d51 100644 (file)
@@ -216,7 +216,7 @@ For Each Match in Matches
 Next
 Set Matches = Nothing
 Set Match = Nothing
-If LCase(yn) <> "y" Then Exit Sub
+If LCase(yn) = "n" Then Exit Sub
 
 Set xmldom = WScript.CreateObject("Microsoft.XMLDOM")
 Set node = xmldom.CreateElement("base64-node")
@@ -249,3 +249,4 @@ Set stm = Nothing
 Set oHttpRequest = Nothing
 
 End Sub
+