mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-12 08:25:44 +01:00
fix bug in HgHookManager
This commit is contained in:
@@ -153,7 +153,7 @@ public class HgHookManager
|
|||||||
*/
|
*/
|
||||||
public boolean isAcceptAble(String challenge)
|
public boolean isAcceptAble(String challenge)
|
||||||
{
|
{
|
||||||
return challenge.equals(challenge);
|
return this.challenge.equals(challenge);
|
||||||
}
|
}
|
||||||
|
|
||||||
//~--- methods --------------------------------------------------------------
|
//~--- methods --------------------------------------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user