Skip to content

Commit

Permalink
Update vCheck.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
lucdekens authored Sep 20, 2017
1 parent ac9cc68 commit fcacb3b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions vCheck.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,10 @@ param (
$vCheckVersion = "6.24"
$Date = Get-Date

# Setup all paths required for script to run
$ScriptPath = (Split-Path ((Get-Variable MyInvocation).Value).MyCommand.Path)
$PluginsFolder = $ScriptPath + "\Plugins\"

#region Internationalization
################################################################################
# Internationalization #
Expand Down Expand Up @@ -733,10 +737,6 @@ function Get-ConfigScripts {
################################################################################
# Initialization #
################################################################################
# Setup all paths required for script to run
$ScriptPath = (Split-Path ((Get-Variable MyInvocation).Value).MyCommand.Path)
$PluginsFolder = $ScriptPath + "\Plugins\"

# if we have the job parameter set, get the paths from the config file.
if ($job) {
[xml]$jobConfig = Get-Content $job
Expand Down

0 comments on commit fcacb3b

Please sign in to comment.