Skip to content

Commit

Permalink
Update finetuna.psm1
Browse files Browse the repository at this point in the history
  • Loading branch information
potatoqualitee committed Jun 29, 2024
1 parent 58a87db commit 5cb6e52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion finetuna.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ foreach ($function in (Get-ChildItem "$ModuleRoot\public" -Filter "*.ps1" -Recur

# i need these psopenai public things to use my internal functions
foreach ($file in (Get-ChildItem -Path $publicdir -Filter *.ps1)) {
. Import-ModuleFile -Path $file.FullName
#. Import-ModuleFile -Path $file.FullName
}

$PSDefaultParameterValues["*:NoTypeInformation"] = $true
Expand Down

0 comments on commit 5cb6e52

Please sign in to comment.