Skip to content

Commit 797ff55

Browse files
artempyanykhmuuki88
authored andcommitted
Fix example code in GettingStartedServers/MyFirstProject
1 parent 93c0c62 commit 797ff55

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/sphinx/GettingStartedServers/MyFirstProject.rst

Lines changed: 2 additions & 2 deletions
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)