diff options
author | ctolentino8 <ctolentino8@bloomberg.net> | 2019-10-03 15:34:17 +0100 |
---|---|---|
committer | ctolentino8 <ctolentino8@bloomberg.net> | 2019-10-07 16:40:48 +0100 |
commit | 5b50c672ef14e861378ec264de68cc44d3cd447c (patch) | |
tree | 038850179e1364e211e0a06d7a48e3db1e857d54 /doc | |
parent | 390d0387083f8f305c0d882da92314040b734c3f (diff) | |
download | buildstream-5b50c672ef14e861378ec264de68cc44d3cd447c.tar.gz |
Update doc commands to use 'artifact checkout'
Diffstat (limited to 'doc')
-rw-r--r-- | doc/sessions/first-project.run | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/sessions/first-project.run b/doc/sessions/first-project.run index f2500a9d0..c2d2067c4 100644 --- a/doc/sessions/first-project.run +++ b/doc/sessions/first-project.run @@ -28,7 +28,7 @@ commands: # Checkout the output - directory: ../examples/first-project output: ../source/sessions/first-project-checkout.html - command: checkout hello.bst here + command: artifact checkout --directory here hello.bst # Checkout the output - directory: ../examples/first-project |