renamed config service get_text to get_text_template to be more obvious to the purpose
This commit is contained in:
parent
422bf9ac15
commit
852eb60ab9
2 changed files with 4 additions and 4 deletions
|
@ -25,7 +25,7 @@ class SimpleService(ConfigService):
|
|||
"mode3": {"value1": "m3", "value2": "m3", "value3": "m3"},
|
||||
}
|
||||
|
||||
def get_text(self, name: str) -> str:
|
||||
def get_text_template(self, name: str) -> str:
|
||||
if name == "test1.sh":
|
||||
return """
|
||||
# sample script 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue