mirror of https://github.com/winsw/winsw
Fix #178 - Use proper default value when handling Arguments
parent
b27c523f0a
commit
d665afc91c
|
@ -186,7 +186,7 @@ namespace winsw
|
||||||
{
|
{
|
||||||
get
|
get
|
||||||
{
|
{
|
||||||
string arguments = AppendTags("argument", Defaults.Arguments);
|
string arguments = AppendTags("argument", null);
|
||||||
|
|
||||||
if (arguments == null)
|
if (arguments == null)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue