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(
|
reader = new BufferedReader(
|
||||||
new InputStreamReader(
|
new InputStreamReader(
|
||||||
SubCommand.class.getResourceAsStream(RESOURCE_SERVICES)));
|
SubCommandOptionHandler.class.getResourceAsStream(
|
||||||
|
RESOURCE_SERVICES)));
|
||||||
|
|
||||||
String line = reader.readLine();
|
String line = reader.readLine();
|
||||||
|
|
||||||
|
|||||||
@@ -27,4 +27,4 @@
|
|||||||
# http://bitbucket.org/sdorra/scm-manager
|
# http://bitbucket.org/sdorra/scm-manager
|
||||||
#
|
#
|
||||||
|
|
||||||
sonia.scm.cli.ListRepositoriesSubCommand
|
sonia.scm.cli.cmd.ListRepositoriesSubCommand
|
||||||
Reference in New Issue
Block a user