Skip to content

Commit

Permalink
fix missing lockable files usage
Browse files Browse the repository at this point in the history
  • Loading branch information
mastercoms authored Oct 19, 2022
1 parent ee75734 commit 6e8525f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ bool FGitCheckOutWorker::Execute(FGitSourceControlCommand& InCommand)
}

// lock files: execute the LFS command on relative filenames
const TArray<FString>& RelativeFiles = GitSourceControlUtils::RelativeFilenames(InCommand.Files, InCommand.PathToRepositoryRoot);
const TArray<FString>& RelativeFiles = GitSourceControlUtils::RelativeFilenames(LockableFiles, InCommand.PathToRepositoryRoot);

const TArray<FString>& LockableRelativeFiles = RelativeFiles.FilterByPredicate(GitSourceControlUtils::IsFileLFSLockable);

Expand Down

0 comments on commit 6e8525f

Please sign in to comment.