Skip to content

Commit

Permalink
Merge pull request #383 from ArtemPyanykh/fix-doc-daemon-group
Browse files Browse the repository at this point in the history
Fix example code in GettingStartedServers/MyFirstProject docs.
  • Loading branch information
muuki88 committed Oct 21, 2014
2 parents a212200 + 9c23767 commit dbf1500
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sphinx/GettingStartedServers/MyFirstProject.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ There are additional parameters available to configure.

.. code-block:: scala
daemonUser in Linux := normalizedName.value // user which will execute the application
daemonUser in Linux := normalizedName.value // user which will execute the application
daemonGroup in Linux := daemonUser.value // group which will execute the application
daemonGroup in Linux := (daemonUser in Linux).value // group which will execute the application
Default Mappings
================
Expand Down

0 comments on commit dbf1500

Please sign in to comment.