Skip to content

Commit

Permalink
Prepare version @1.1.1 patch
Browse files Browse the repository at this point in the history
  • Loading branch information
c-wilkinson committed Jun 22, 2020
1 parent 7ba671c commit 72ac117
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified PowerShell/PSFPLInfo/PSFPLInfo.psd1
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ function CreateInitialLeagueStructure
$rank = $team.rank;
Write-Output "Load gameweek history for $teamName";
$gameweekHistoryJson = Get-Data $session $teamurl;
$gameweekNumber = 0;
$gameweekNumber = 0;
foreach($gameweek in $gameweekHistoryJson.current)
{
$gameweekNumber++;
Expand Down

0 comments on commit 72ac117

Please sign in to comment.