Skip to content

Commit

Permalink
fix(Get-Config): OutputType
Browse files Browse the repository at this point in the history
  • Loading branch information
sassdawe committed May 15, 2021
1 parent 956410d commit 7c005f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Public/function-Get-SpotlightConfig.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ function Get-SpotlightConfig {
Will print to the console the current location of the cofiguration file
#>
[CmdletBinding()]
[OutputType([System.String])]
param (
)
begin {
Expand Down

0 comments on commit 7c005f3

Please sign in to comment.