summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/migration-1.6.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/migration-1.6.rst')
-rw-r--r--documentation/ref-manual/migration-1.6.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/ref-manual/migration-1.6.rst b/documentation/ref-manual/migration-1.6.rst
index 4c6afab1fb..fe3e04d685 100644
--- a/documentation/ref-manual/migration-1.6.rst
+++ b/documentation/ref-manual/migration-1.6.rst
@@ -207,7 +207,7 @@ functions to call and not arbitrary shell commands:
207 207
208For 208For
209migration purposes, you can simply wrap shell commands in a shell 209migration purposes, you can simply wrap shell commands in a shell
210function and then call the function. Here is an example: :: 210function and then call the function. Here is an example::
211 211
212 my_postprocess_function() { 212 my_postprocess_function() {
213 echo "hello" > ${IMAGE_ROOTFS}/hello.txt 213 echo "hello" > ${IMAGE_ROOTFS}/hello.txt