Skip to content

Commit

Permalink
fix: Fix wrong target name
Browse files Browse the repository at this point in the history
  • Loading branch information
dr1rrb committed Oct 9, 2024
1 parent bcd95fb commit 2f85fb7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<Message Text="&lt;IsRCClientRemote&gt;$(_IsRCClientRemote)&lt;/IsRCClientRemote&gt;" Importance="High" />
</Target>

<Target Name="GetRemoteControlAddIns">
<Target Name="UnoDumpRemoteControlAddIns">
<Message Text="&lt;RemoteControlAddIns&gt;@(UnoRemoteControlAddIns)&lt;/RemoteControlAddIns&gt;" Importance="High" />
</Target>

Expand Down

0 comments on commit 2f85fb7

Please sign in to comment.