diff options
author | ctolentino8 <ctolentino8@bloomberg.net> | 2019-10-07 10:01:39 +0100 |
---|---|---|
committer | ctolentino8 <ctolentino8@bloomberg.net> | 2019-10-07 16:40:48 +0100 |
commit | 9405b6df2eb7ffc9cf55e8b0ee1283b55263fd38 (patch) | |
tree | a2470b28f4cc174aa70914f900350025be61c752 /doc/sessions | |
parent | 5b50c672ef14e861378ec264de68cc44d3cd447c (diff) | |
download | buildstream-9405b6df2eb7ffc9cf55e8b0ee1283b55263fd38.tar.gz |
doc/sessions/junctions.run: Fix typo in 'remove-dir' option
Diffstat (limited to 'doc/sessions')
-rw-r--r-- | doc/sessions/junctions.run | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/sessions/junctions.run b/doc/sessions/junctions.run index 74c3a4f57..fc9014203 100644 --- a/doc/sessions/junctions.run +++ b/doc/sessions/junctions.run @@ -17,4 +17,4 @@ commands: # Remove the workspace - directory: ../examples/junctions - command: workspace close --remove-dirs hello-junction.bst:hello.bst + command: workspace close --remove-dir hello-junction.bst:hello.bst |