From 9c237674e3dff46e71fc126b2c960f42330ac9fb Mon Sep 17 00:00:00 2001 From: Artem Pyanykh Date: Tue, 21 Oct 2014 13:05:50 +0400 Subject: [PATCH] Fix example code in GettingStartedServers/MyFirstProject --- src/sphinx/GettingStartedServers/MyFirstProject.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/sphinx/GettingStartedServers/MyFirstProject.rst b/src/sphinx/GettingStartedServers/MyFirstProject.rst index 0b0d10a12..1b85fbba5 100644 --- a/src/sphinx/GettingStartedServers/MyFirstProject.rst +++ b/src/sphinx/GettingStartedServers/MyFirstProject.rst @@ -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 ================