summaryrefslogtreecommitdiff
path: root/docs/markdown/Creating-releases.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/markdown/Creating-releases.md')
-rw-r--r--docs/markdown/Creating-releases.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Creating-releases.md b/docs/markdown/Creating-releases.md
index 44c127eec..7b97aec78 100644
--- a/docs/markdown/Creating-releases.md
+++ b/docs/markdown/Creating-releases.md
@@ -104,7 +104,7 @@ following example.
`meson.build`:
```meson
project('tig', 'c',
- version : run_command('version.sh', 'get-vcs').stdout.strip())
+ version : run_command('version.sh', 'get-vcs').stdout().strip())
meson.add_dist_script('version.sh', 'set-dist', meson.project_version())
```