Skip to content

Commit

Permalink
Fix codeql alert
Browse files Browse the repository at this point in the history
  • Loading branch information
rebelinux committed Jan 25, 2024
1 parent 0eb3e09 commit 26c3e28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/Public/New-VeeamDiagram.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ function New-VeeamDiagram {

$RootPath = Split-Path (Split-Path $PSScriptRoot -Parent) -Parent
$IconPath = Join-Path $RootPath 'icons'
$GraphvizPath = Join-Path $RootPath 'Graphviz\bin\dot.exe'
$script:GraphvizPath = Join-Path $RootPath 'Graphviz\bin\dot.exe'
$Dir = switch ($Direction) {
'top-to-bottom' {'TB'}
'left-to-right' {'LR'}
Expand Down

0 comments on commit 26c3e28

Please sign in to comment.