renamed config service get_text to get_text_template to be more obvious to the purpose

This commit is contained in:
Blake Harnden 2020-01-23 11:06:09 -08:00
parent 422bf9ac15
commit 852eb60ab9
2 changed files with 4 additions and 4 deletions

View file

@ -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