Skip to content

Commit

Permalink
Fix #178 - Use proper default value when handling Arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-nenashev committed Jan 4, 2017
1 parent b27c523 commit d665afc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Core/WinSWCore/ServiceDescriptor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ public string Arguments
{
get
{
string arguments = AppendTags("argument", Defaults.Arguments);
string arguments = AppendTags("argument", null);

if (arguments == null)
{
Expand Down

0 comments on commit d665afc

Please sign in to comment.