Skip to content

Commit

Permalink
✨ IDEA reporter with only 2 columns
Browse files Browse the repository at this point in the history
  • Loading branch information
tyrcho committed Mar 24, 2018
1 parent 5bcc9b4 commit 964b509
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -31,7 +31,7 @@ public interface Windows {
Reporter IDEA = new CommandReporter(new Command(
"%programFiles%\\JetBrains",
"idea64.exe"),
"merge %approved% %received% %approved%");
"diff %received% %approved%");

/**
* Download KDiff3 from https://sourceforge.net/projects/kdiff3/files/
Expand Down

0 comments on commit 964b509

Please sign in to comment.