Skip to content

Commit

Permalink
Merge pull request winsw#227 from Darsstar/use-correct-default
Browse files Browse the repository at this point in the history
Noticed a small 'error' and fixed it
  • Loading branch information
oleg-nenashev authored Jun 28, 2017
2 parents 528dd7b + 138bca8 commit a3f3549
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 @@ -224,7 +224,7 @@ public string Stoparguments
{
get
{
return AppendTags("stopargument", Defaults.Startarguments);
return AppendTags("stopargument", Defaults.Stoparguments);
}
}

Expand Down

0 comments on commit a3f3549

Please sign in to comment.