Skip to content

Commit

Permalink
Fix license and data file path (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
gyk4j authored May 14, 2024
1 parent 3e28058 commit 393e796
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chcl3.vbs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ End Sub

Function DisplayLicense()
Dim LicenseText
LicenseText = ReadTextFile("..\LICENSE")
LicenseText = ReadTextFile("LICENSE")

'Reflow the text by removing unwanted new line characters. Keep the empty
'line separating paragraphs.
Expand Down Expand Up @@ -76,7 +76,7 @@ End Sub
Sub StopServices
Dim SubRef
Set SubRef = GetRef("StopService")
Call ReadLine("services.txt", SubRef)
Call ReadLine("data\services.txt", SubRef)
Set SubRef = Nothing
End Sub

Expand Down

0 comments on commit 393e796

Please sign in to comment.