Skip to content

Commit c9f8a81

Browse files
updated conflicts
1 parent aec88a3 commit c9f8a81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LCT.Common/CommonAppSettings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ public string InputFolder
229229
set
230230
{
231231
if (!AppDomain.CurrentDomain.FriendlyName.Contains("SW360PackageCreator") &&
232-
!AppDomain.CurrentDomain.FriendlyName.Contains("ArtifactoryUploader"))
232+
!AppDomain.CurrentDomain.FriendlyName.Contains("ArtifactoryUploader"))
233233
{
234234
folderAction.ValidateFolderPath(value);
235235
m_InputFolder = value;

0 commit comments

Comments
 (0)