Skip to content

Commit dbf1500

Browse files
committed
Merge pull request #383 from ArtemPyanykh/fix-doc-daemon-group
Fix example code in GettingStartedServers/MyFirstProject docs.
2 parents a212200 + 9c23767 commit dbf1500

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sphinx/GettingStartedServers/MyFirstProject.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ There are additional parameters available to configure.
3939

4040
.. code-block:: scala
4141
42-
daemonUser in Linux := normalizedName.value // user which will execute the application
42+
daemonUser in Linux := normalizedName.value // user which will execute the application
4343
44-
daemonGroup in Linux := daemonUser.value // group which will execute the application
44+
daemonGroup in Linux := (daemonUser in Linux).value // group which will execute the application
4545
4646
Default Mappings
4747
================

0 commit comments

Comments
 (0)