Skip to content

Commit 87ca22d

Browse files
committed
Fix GetOtherBranchHeadModification() not using HeadAction
1 parent 472eee8 commit 87ca22d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/PlasticSourceControl/Private/PlasticSourceControlState.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ bool FPlasticSourceControlState::IsModifiedInOtherBranch(const FString& CurrentB
412412
bool FPlasticSourceControlState::GetOtherBranchHeadModification(FString& HeadBranchOut, FString& ActionOut, int32& HeadChangeListOut) const
413413
{
414414
HeadBranchOut = HeadBranch;
415-
ActionOut = TEXT("edit");
415+
ActionOut = HeadAction;
416416
HeadChangeListOut = HeadChangeList;
417417

418418
return !HeadBranch.IsEmpty();

0 commit comments

Comments
 (0)