mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-13 17:05:43 +01:00
fix wrong version order in github url builder
This commit is contained in:
@@ -45,7 +45,7 @@ public class GithubCompareUrlBuilder extends AbstractCompareUrlBuilder
|
|||||||
|
|
||||||
/** Field description */
|
/** Field description */
|
||||||
public static final String URL_PATTERN =
|
public static final String URL_PATTERN =
|
||||||
"https://github.com/{0}/{1}/compare/{2}...{3}";
|
"https://github.com/{0}/{1}/compare/{3}...{2}";
|
||||||
|
|
||||||
//~--- get methods ----------------------------------------------------------
|
//~--- get methods ----------------------------------------------------------
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user