Skip to content

Commit fb4f4ce

Browse files
committed
Changed the vendors.sh name reference
1 parent 769d4d6 commit fb4f4ce

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

contributing/code/tests.rst

100755100644
Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,22 +31,18 @@ The test suite need the following third-party libraries:
3131
* Swiftmailer
3232
* Twig
3333

34-
To install them all, run the `install_vendors.sh` script:
34+
To install them all, run the `vendors.sh` script:
3535

3636
.. code-block:: bash
3737
38-
$ sh install_vendors.sh
38+
$ sh vendors.sh
3939
4040
.. note::
4141

4242
Note that the script takes some time to finish.
4343

44-
After installation, you can update the vendors anytime with the
45-
`update_vendors.sh` script:
46-
47-
.. code-block:: bash
48-
49-
$ sh update_vendors.sh
44+
After installation, you can update the vendors anytime by running the
45+
`vendors.sh` script again.
5046

5147
Running
5248
-------

0 commit comments

Comments
 (0)