Skip to content

Commit 41876e3

Browse files
author
Matthew Fisher
committed
Merge pull request #2612 from hatchback/fix-docs
docs(manage-application): fixed bad example command
2 parents 9653bfe + a563d89 commit 41876e3

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)