From 38620ff9e2289dff121377c382e4d5b08c719d87 Mon Sep 17 00:00:00 2001 From: Ulf Wiger Date: Wed, 14 May 2025 22:55:22 +0200 Subject: [PATCH] remove post_hook --- rebar.config | 2 -- 1 file changed, 2 deletions(-) diff --git a/rebar.config b/rebar.config index 4a2cd3b..e359a6a 100644 --- a/rebar.config +++ b/rebar.config @@ -6,8 +6,6 @@ {setup, "2.2.1"} ]}. -{post_hooks, [{compile, "./zompify.sh"}]}. - {profiles, [ {test, [{deps, [{meck, "0.9.2"}]}]} ]}.