Skip to content

Commit

Permalink
typo in command
Browse files Browse the repository at this point in the history
  • Loading branch information
shahzebsiddiqui committed Aug 16, 2024
1 parent 4df38c4 commit 1db80fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/gettingstarted/buildspecs_interface.rst
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ 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 builspec find -b --terse --count=-1 | grep vars.yml
.. command-output:: buildtest buildspec find -b --terse --count=-1 | grep vars.yml
:shell:

Filtering buildspec
Expand Down

0 comments on commit 1db80fa

Please sign in to comment.