diff --git a/Makefile b/Makefile index db3c2714c..5cbe94a34 100644 --- a/Makefile +++ b/Makefile @@ -863,11 +863,11 @@ ignite_install: ## Install ignite. Used by CI and heighliner. rm ignite_28.3.0_$(OS)_$(ARCH).tar.gz; \ echo "Checking if Ignite CLI is in the expected directory..."; \ ls -lah /usr/local/bin/ | grep ignite; \ - file /usr/local/bin/ignite echo "Current PATH: $$PATH"; \ echo "Trying to run Ignite CLI version:"; \ /usr/local/bin/ignite version; \ echo "Trying to run Ignite CLI version without full path:"; \ + /usr/local/bin/ignite version ignite version