Skip to content

Commit

Permalink
fix GE PR 8929
Browse files Browse the repository at this point in the history
https: //github.com/gitextensions/gitextensions/pull/8929
Change-Id: I6133f86eb0b6305b87c0a30a386a157e2069d422
  • Loading branch information
thimmy687 committed Mar 21, 2021
1 parent 7efd6c0 commit 6c957e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GitExtensions.GerritPlugin/FormGerritDownload.cs
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ private async Task<bool> DownloadChangeAsync(IWin32Window owner)
return;
}
e.IsError = false;
e = new GitRemoteCommandCompletedEventArgs(e.Command, false, e.Handled);
}
}
};
Expand Down

0 comments on commit 6c957e2

Please sign in to comment.