Skip to content

Commit 70eb413

Browse files
Merge pull request #11686 from rabbitmq/lukebakken/remove-elixir-warning
Fix elixir warning on build
2 parents 6eebb20 + 3733ebc commit 70eb413

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ XREF_IGNORE = [ \
4747
{'Elixir.RabbitMQ.CLI.Core.DataCoercion',impl_for,1}]
4848

4949
# Include Elixir libraries in the Xref checks.
50-
xref: ERL_LIBS := $(ERL_LIBS):$(CURDIR)/apps:$(CURDIR)/deps:$(dir $(shell elixir --eval ":io.format '~s~n', [:code.lib_dir :elixir ]"))
50+
xref: ERL_LIBS := $(ERL_LIBS):$(CURDIR)/apps:$(CURDIR)/deps:$(dir $(shell elixir --eval ':io.format "~s~n", [:code.lib_dir :elixir ]'))
5151
endif
5252

5353
ifneq ($(wildcard deps/.hex/cache.erl),)

0 commit comments

Comments
 (0)