aboutsummaryrefslogtreecommitdiffstats
path: root/src/blogc-git-receiver/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/blogc-git-receiver/main.c')
-rw-r--r--src/blogc-git-receiver/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/blogc-git-receiver/main.c b/src/blogc-git-receiver/main.c
index fb6e724..43f5df2 100644
--- a/src/blogc-git-receiver/main.c
+++ b/src/blogc-git-receiver/main.c
@@ -28,5 +28,5 @@ main(int argc, char *argv[])
return bgr_shell(argc, argv);
fprintf(stderr, "error: this is a special shell, go away!\n");
- return 1;
+ return 3;
}