Browse Source

Fix #178 - Use proper default value when handling Arguments

Oleg Nenashev 9 years ago
parent
commit
d665afc91c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Core/WinSWCore/ServiceDescriptor.cs

+ 1 - 1
src/Core/WinSWCore/ServiceDescriptor.cs

@@ -186,7 +186,7 @@ namespace winsw
         {
             get
             {
-                string arguments = AppendTags("argument", Defaults.Arguments);
+                string arguments = AppendTags("argument", null);
 
                 if (arguments == null)
                 {