Skip to content

Commit

Permalink
Fix typo!
Browse files Browse the repository at this point in the history
  • Loading branch information
zelon88 committed Nov 18, 2019
1 parent c57a8de commit dade41e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Ransomware_Defender.vbs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Set oShell2 = CreateObject("Shell.Application")
Set oFSO = CreateObject("Scripting.FileSystemObject")
strComputerName = oShell.ExpandEnvironmentStrings("%COMPUTERNAME%")
strUserName = oShell.ExpandEnvironmentStrings("%USERNAME%")
tempDir0 = "C:\Program Files\Ransomware_Defender\"
tempDir0 = "C:\Program Files\Ransomware_Defender"
tempDir1 = tempDir0 & "\Cache"
tempDir = tempDir1 & "\" & strComputerName
tempFile = tempDir & "\" & strComputerName & "-Cache.dat"
Expand Down Expand Up @@ -219,4 +219,4 @@ If isUserAdmin = TRUE Then
Else
restartAsAdmin()
End If
'--------------------------------------------------
'--------------------------------------------------

0 comments on commit dade41e

Please sign in to comment.