Noticed a small 'error' and fixed it

pull/227/head
Dos Moonen 2017-06-27 09:58:04 +02:00 committed by GitHub
parent 528dd7b6d4
commit 138bca822d
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);
} }
} }