Skip to content

Commit

Permalink
module - reorg classes and functions
Browse files Browse the repository at this point in the history
  • Loading branch information
wsmelton committed Jan 6, 2021
1 parent 6fea0a6 commit 40f822e
Show file tree
Hide file tree
Showing 16 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Thycotic.SecretServer.psm1
@@ -1,11 +1,11 @@
#region Import Classes
foreach ($file in Get-ChildItem -Path $psScriptRoot\classes -Filter *.class.ps1) {
foreach ($file in Get-ChildItem -Path $psScriptRoot\classes -Recurse -Filter *.class.ps1) {
. $file.FullName
}
#endregion Import Classes

#region Import Functions
foreach ($file in Get-ChildItem -Path $psScriptRoot\functions -Filter *-*.ps1) {
foreach ($file in Get-ChildItem -Path $psScriptRoot\functions -Recurse -Filter *-*.ps1) {
. $file.FullName
}
#endregion Import Functions
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 40f822e

Please sign in to comment.