docs: fix for bad config service example
This commit is contained in:
parent
8f767208e0
commit
df5ff02f95
1 changed files with 6 additions and 7 deletions
|
@ -168,7 +168,6 @@ class ExampleService(ConfigService):
|
|||
]
|
||||
|
||||
def get_text_template(self, name: str) -> str:
|
||||
if name == "example-start.sh":
|
||||
return """
|
||||
# sample script 1
|
||||
# node id(${node.id}) name(${node.name})
|
||||
|
|
Loading…
Reference in a new issue