From 22e7ce37d4d74d57cca149f5b2bc6720c3703fc4 Mon Sep 17 00:00:00 2001 From: Badlop Date: Fri, 22 Nov 2024 19:23:55 +0100 Subject: [PATCH] Fix typos in previous commit --- Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index 050e219a0..c10ff390d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -3,8 +3,8 @@ # ESCRIPT = @ESCRIPT@ -REBAR = @rebar@ # This rebar|rebar3|mix binary (or path to binary) -REBAR3 = @REBAR3@ # This is path to rebar3 binary +REBAR = @rebar@ # rebar|rebar3|mix binary (or path to binary) +REBAR3 = @REBAR3@ # path to rebar3 binary MIX = @rebar@ AWK = @AWK@ INSTALL = @INSTALL@