diff --git a/build.cake b/build.cake
index e56efeab016f5f1095dd3aeadfb436409ffc41e7..fbfb318e3ced9d523193d98b3b7c783b32dac606 100644
--- a/build.cake
+++ b/build.cake
@@ -298,7 +298,7 @@ Task("NugetPush")
 	Information("Need to push {0} packages", nupkgs.Count);
 	if(!String.IsNullOrWhiteSpace(nugetApiKey)) {
 		foreach(var nupkg in nupkgs) {
-			Information("Pushing {0}", nupkg);)
+			Information("Pushing {0}", nupkg);
 			NuGetPush(nupkg, new NuGetPushSettings {
 				Source = nugetSource,
 				ApiKey = nugetApiKey