summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/bash/template.sh2
-rw-r--r--templates/python/template.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/bash/template.sh b/templates/bash/template.sh
index bc6a51e..286e56f 100644
--- a/templates/bash/template.sh
+++ b/templates/bash/template.sh
@@ -3,7 +3,7 @@
set -eu -o pipefail
#############################################################################
-# Functions that implement steps. From {{ functions_filename }}.
+# Functions that implement steps.
{{ functions }}
diff --git a/templates/python/template.py b/templates/python/template.py
index 76d8239..e430b1b 100644
--- a/templates/python/template.py
+++ b/templates/python/template.py
@@ -1,5 +1,5 @@
#############################################################################
-# Functions that implement steps. From {{ functions_filename }}.
+# Functions that implement steps.
{{ functions }}