mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-13 17:05:43 +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();
|
||||
|
||||
|
||||
@@ -27,4 +27,4 @@
|
||||
# http://bitbucket.org/sdorra/scm-manager
|
||||
#
|
||||
|
||||
sonia.scm.cli.ListRepositoriesSubCommand
|
||||
sonia.scm.cli.cmd.ListRepositoriesSubCommand
|
||||
Reference in New Issue
Block a user