Merge pull request #227 from Darsstar/use-correct-default

Noticed a small 'error' and fixed it
pull/228/head
Oleg Nenashev 2017-06-28 13:53:23 +02:00 committed by GitHub
commit a3f3549031
1 changed files with 1 additions and 1 deletions

View File

@ -224,7 +224,7 @@ namespace winsw
{ {
get get
{ {
return AppendTags("stopargument", Defaults.Startarguments); return AppendTags("stopargument", Defaults.Stoparguments);
} }
} }