diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution/BlackBerry5Provider.cs b/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution/BlackBerry5Provider.cs index 57f23a54..43b2f7e1 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution/BlackBerry5Provider.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution/BlackBerry5Provider.cs @@ -130,7 +130,7 @@ namespace WebsitePanel.Providers.HostedSolution { string output; - int exitCode = Execute(file, arguments2, out output); + int exitCode = Execute(file2, arguments2, out output); if (exitCode == 0) { Log.WriteInfo(output);