From a5da05219251bf67adc319a13d27b350081987e9 Mon Sep 17 00:00:00 2001 From: Kohsuke Kawaguchi Date: Thu, 27 Oct 2011 09:15:55 -0700 Subject: [PATCH] cherry-picking from 08e877842da88409f32917993f310c834ae652b6 --- ServiceDescriptor.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ServiceDescriptor.cs b/ServiceDescriptor.cs index 95174d4..ee9536b 100755 --- a/ServiceDescriptor.cs +++ b/ServiceDescriptor.cs @@ -94,7 +94,7 @@ namespace winsw { get { - return AppendTags("stopexecutable"); + return SingleElement("stopexecutable"); } }