Update 0x-launch-kit repo name to include -backend

This commit is contained in:
Fabio Berger
2019-05-16 16:30:48 -03:00
parent 2d3fe02cd7
commit c742cdfe5c
5 changed files with 10 additions and 10 deletions

View File

@@ -54,7 +54,7 @@ class TestPublishCommand(distutils.command.build_py.build_py):
class StartTestRelayerCommand(distutils.command.build_py.build_py):
"""Custom command to boot up a local 0x-launch-kit in docker."""
"""Custom command to boot up a local 0x-launch-kit-backend in docker."""
description = "Run launch-kit daemon to support tests."
@@ -79,7 +79,7 @@ class StartTestRelayerCommand(distutils.command.build_py.build_py):
class StopTestRelayerCommand(distutils.command.build_py.build_py):
"""Custom command to tear down the local 0x-launch-kit test relayer."""
"""Custom command to tear down the local 0x-launch-kit-backend test relayer."""
description = "Tear down launch-kit daemon."