Skip to content

Commit a563d89

Browse files
author
Matt Apperson
committed
docs(manage-application): fixed bad example command
the example for running ls -l was bad, it needs quotes or else deis thinks the flag was for it.
1 parent 9653bfe commit a563d89

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docs/using_deis/manage-application.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,9 @@ Use ``deis run`` to execute commands on the deployed application.
4545

4646
.. code-block:: console
4747
48-
$ deis run ls -l
48+
$ deis run 'ls -l'
49+
Running `ls -l`...
50+
4951
total 28
5052
-rw-r--r-- 1 root root 553 Dec 2 23:59 LICENSE
5153
-rw-r--r-- 1 root root 60 Dec 2 23:59 Procfile

0 commit comments

Comments
 (0)