You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by br...@apache.org on 2016/08/24 15:23:53 UTC

allura git commit: Fix newer docker-compose logs cmd syntax

Repository: allura
Updated Branches:
  refs/heads/master 74910c756 -> 6aa027423


Fix newer docker-compose logs cmd syntax


Project: http://git-wip-us.apache.org/repos/asf/allura/repo
Commit: http://git-wip-us.apache.org/repos/asf/allura/commit/6aa02742
Tree: http://git-wip-us.apache.org/repos/asf/allura/tree/6aa02742
Diff: http://git-wip-us.apache.org/repos/asf/allura/diff/6aa02742

Branch: refs/heads/master
Commit: 6aa027423602e5986255423140df97b95f355dcf
Parents: 74910c7
Author: Dave Brondsema <da...@brondsema.net>
Authored: Wed Aug 24 11:23:46 2016 -0400
Committer: Dave Brondsema <da...@brondsema.net>
Committed: Wed Aug 24 11:23:46 2016 -0400

----------------------------------------------------------------------
 Allura/docs/getting_started/installation.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/allura/blob/6aa02742/Allura/docs/getting_started/installation.rst
----------------------------------------------------------------------
diff --git a/Allura/docs/getting_started/installation.rst b/Allura/docs/getting_started/installation.rst
index ab50ee5..f6d1a93 100644
--- a/Allura/docs/getting_started/installation.rst
+++ b/Allura/docs/getting_started/installation.rst
@@ -346,7 +346,7 @@ outgoing mail:
 
 .. code-block:: bash
 
-    docker-compose logs outmail -f
+    docker-compose logs -f outmail
 
 Update requirements and reinstall apps: