Skip to content

Commit

Permalink
Fix dashboard call
Browse files Browse the repository at this point in the history
  • Loading branch information
jvlflame committed Oct 21, 2020
1 parent e1aea0e commit b18bda5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dashboard/javinizer.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ Get-ChildItem (Join-Path $PSScriptRoot "pages") -Recurse -File | ForEach-Object
$Pages += $Page
}

$dashboard = New-UDDashboard -Title "Javinizer Web" -Pages $Pages -Theme $Theme
New-UDDashboard -Title "Javinizer Web" -Pages $Pages -Theme $Theme

0 comments on commit b18bda5

Please sign in to comment.