mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-10 07: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)
|
||||
{
|
||||
return challenge.equals(challenge);
|
||||
return this.challenge.equals(challenge);
|
||||
}
|
||||
|
||||
//~--- methods --------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user