Skip to content

Commit

Permalink
need to add 🐚 when running command-output
Browse files Browse the repository at this point in the history
  • Loading branch information
shahzebsiddiqui committed Aug 15, 2024
1 parent 37bbf47 commit 4df38c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/gettingstarted/buildspecs_interface.rst
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@ Shown below, we specify a list of files to load into cache using ``--file`` opti
We can confirm the file is loaded into cache using the `-b` option which list all buildspecs in cache and pipe via `grep` to search for `vars.yml`. Note that
we specify ``--count=-1`` to show all buildspecs in cache.

.. command-output:: buildtest bc find -b --terse --count=-1 | grep vars.yml

.. command-output:: buildtest builspec find -b --terse --count=-1 | grep vars.yml
:shell:

Filtering buildspec
~~~~~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit 4df38c4

Please sign in to comment.