We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 538f615 commit 2f23d91Copy full SHA for 2f23d91
KSPCommon.targets
@@ -159,7 +159,7 @@
159
<_CKANCommands Include="compat add --gamedir "$(KSPBT_GameRoot)" %(_CKANCompatibleVersionItems.Identity)"
160
Condition=" '$(KSPBT_CKANCompatibleVersions)' != '' "/>
161
162
- <_CKANCommands Include="install --no-recommends --gamedir "$(KSPBT_GameRoot)" $(_CKANDependencyList)" Condition="'$(CKANDependencyList)' != ''"/>
+ <_CKANCommands Include="install --no-recommends --gamedir "$(KSPBT_GameRoot)" $(_CKANDependencyList)" Condition="'$(_CKANDependencyList)' != ''"/>
163
</ItemGroup>
164
<Message Text="Writing CKAN commands to $(_CKANScript)"/>
165
<Message Text="@(_CKANCommands, '%0a')" Importance="Low"/>
0 commit comments