William Nemenchaminor fix
3f302f3 (parent ed60d5e)12/18/2023, 2:53:41 AM
minor fix
+ 1
- 1
@@ -23,6 +23,6 @@ if [ "$EXIT" = "0" ]; then
   $COMMAND $GIT_REPO_DIR;
   exit $?
 else
-  echo "0016Forbidden access."
+  echo "0017Forbidden access."
   exit 1
 fi