Skip to content

Commit

Permalink
- fixed a bug with brr.Settings.json not being loaded correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Thaler committed Nov 30, 2020
1 parent 9bcc3b1 commit e82fe5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Basic Round-Robin/BasicRoundRobin.Common.iss
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ objectdef brrSettings
method Load()
{
variable jsonvalue jo
if !${AgentFolder.FileExists[bwl.Settings.json]}
if !${AgentFolder.FileExists[brr.Settings.json]}
return

if !${jo:ParseFile["${AgentFolder~}/bwl.Settings.json"](exists)} || !${jo.Type.Equal[object]}
if !${jo:ParseFile["${AgentFolder~}/brr.Settings.json"](exists)} || !${jo.Type.Equal[object]}
{
return
}
Expand Down

0 comments on commit e82fe5d

Please sign in to comment.