Skip to content

Commit

Permalink
Corrects to comments
Browse files Browse the repository at this point in the history
  • Loading branch information
PlagueHO committed Apr 26, 2020
1 parent 10b6939 commit 2204b48
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$modulePath = Join-Path -Path (Split-Path -Path (Split-Path -Path $PSScriptRoot -Parent) -Parent) -ChildPath 'Modules'

# Import the Networking Common Modules
# Import the DFSDsc.Common Module
Import-Module -Name (Join-Path -Path $modulePath `
-ChildPath (Join-Path -Path 'DFSDsc.Common' `
-ChildPath 'DFSDsc.Common.psm1'))
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$modulePath = Join-Path -Path (Split-Path -Path (Split-Path -Path $PSScriptRoot -Parent) -Parent) -ChildPath 'Modules'

# Import the Networking Common Modules
# Import the DFSDsc.Common Module
Import-Module -Name (Join-Path -Path $modulePath `
-ChildPath (Join-Path -Path 'DFSDsc.Common' `
-ChildPath 'DFSDsc.Common.psm1'))
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$modulePath = Join-Path -Path (Split-Path -Path (Split-Path -Path $PSScriptRoot -Parent) -Parent) -ChildPath 'Modules'

# Import the Networking Common Modules
# Import the DFSDsc.Common Module
Import-Module -Name (Join-Path -Path $modulePath `
-ChildPath (Join-Path -Path 'DFSDsc.Common' `
-ChildPath 'DFSDsc.Common.psm1'))
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$modulePath = Join-Path -Path (Split-Path -Path (Split-Path -Path $PSScriptRoot -Parent) -Parent) -ChildPath 'Modules'

# Import the Networking Common Modules
# Import the DFSDsc.Common Module
Import-Module -Name (Join-Path -Path $modulePath `
-ChildPath (Join-Path -Path 'DFSDsc.Common' `
-ChildPath 'DFSDsc.Common.psm1'))
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$modulePath = Join-Path -Path (Split-Path -Path (Split-Path -Path $PSScriptRoot -Parent) -Parent) -ChildPath 'Modules'

# Import the Networking Common Modules
# Import the DFSDsc.Common Module
Import-Module -Name (Join-Path -Path $modulePath `
-ChildPath (Join-Path -Path 'DFSDsc.Common' `
-ChildPath 'DFSDsc.Common.psm1'))
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$modulePath = Join-Path -Path (Split-Path -Path (Split-Path -Path $PSScriptRoot -Parent) -Parent) -ChildPath 'Modules'

# Import the Networking Common Modules
# Import the DFSDsc.Common Module
Import-Module -Name (Join-Path -Path $modulePath `
-ChildPath (Join-Path -Path 'DFSDsc.Common' `
-ChildPath 'DFSDsc.Common.psm1'))
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$modulePath = Join-Path -Path (Split-Path -Path (Split-Path -Path $PSScriptRoot -Parent) -Parent) -ChildPath 'Modules'

# Import the Networking Common Modules
# Import the DFSDsc.Common Module
Import-Module -Name (Join-Path -Path $modulePath `
-ChildPath (Join-Path -Path 'DFSDsc.Common' `
-ChildPath 'DFSDsc.Common.psm1'))
Expand Down

0 comments on commit 2204b48

Please sign in to comment.