mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-13 00:45:44 +01:00
fix service file location
This commit is contained in:
@@ -152,7 +152,8 @@ public class SubCommandOptionHandler extends OptionHandler<SubCommand>
|
||||
{
|
||||
reader = new BufferedReader(
|
||||
new InputStreamReader(
|
||||
SubCommand.class.getResourceAsStream(RESOURCE_SERVICES)));
|
||||
SubCommandOptionHandler.class.getResourceAsStream(
|
||||
RESOURCE_SERVICES)));
|
||||
|
||||
String line = reader.readLine();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user