Skip to content

Commit

Permalink
Merge pull request #737 from FH-Inway/fix-lcs-api-uri-config-name
Browse files Browse the repository at this point in the history
🐛 fix the name of the LCS API URI config value
  • Loading branch information
Splaxi authored Jun 12, 2023
2 parents 5c5d5d4 + 33a3d5a commit f4d6f5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion d365fo.tools/functions/get-d365lcsapitoken.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ function Get-D365LcsApiToken {
[string] $Password,

[Parameter(Mandatory = $false)]
[string] $LcsApiUri = $Script:LcsApiApiUri,
[string] $LcsApiUri = $Script:LcsApiLcsApiUri,

[switch] $EnableException
)
Expand Down

0 comments on commit f4d6f5d

Please sign in to comment.