diff --git a/prod_rmq_agents/git_commit.py b/prod_rmq_agents/git_commit.py index 1eeeec729cce8ef0cf0f7bbad02a90719871aeb6..37aa34b014262a9e1b347db5f67d3ae1d0614a98 100644 --- a/prod_rmq_agents/git_commit.py +++ b/prod_rmq_agents/git_commit.py @@ -89,6 +89,7 @@ def git_commit(ch, method, properties, body): logger.info("user ldif files generated.") logger.debug("git add %s", user_ldif) + git.add(user_ldif) logger.debug("git add %s", group_ldif) git.add(group_ldif)