Skip to content

Commit bf0d89d

Browse files
author
Jake Ginnivan
committed
Missed semicolon
1 parent 861bc25 commit bf0d89d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy.cake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ bool PublishDocker(string name, string tagName, string contentZip, string docker
306306
return false;
307307
}
308308

309-
return true
309+
return true;
310310
}
311311

312312
Task("Publish-DockerImage")

0 commit comments

Comments
 (0)