[PATCH] Add matching `end` to gitano-smart-http.cgi
by Ben Brown
Repo: git@github.com:benjamb/gitano
Ref: benbrown/missing-end
Sha1: a250590501a08a44ce89547b79a9a289cbee97fb
---
bin/gitano-smart-http.cgi.in | 1 +
1 file changed, 1 insertion(+)
diff --git a/bin/gitano-smart-http.cgi.in b/bin/gitano-smart-http.cgi.in
index 892e32d..94b35cd 100755
--- a/bin/gitano-smart-http.cgi.in
+++ b/bin/gitano-smart-http.cgi.in
@@ -70,6 +70,7 @@ if request_method == "GET" or request_method == "POST" then
os.getenv("GITANO_ROOT"),
transactionid,
start_log_level)
+ end
if cmdline and authorized then
local exit_code
--
2.10.2
6 years, 10 months