Skip to content

Commit

Permalink
🐛 fix the name of the LCS API URI config value
Browse files Browse the repository at this point in the history
See #736
  • Loading branch information
FH-Inway committed Jun 11, 2023
1 parent 5c5d5d4 commit 33a3d5a
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 33a3d5a

Please sign in to comment.