Skip to content

Commit

Permalink
try this
Browse files Browse the repository at this point in the history
  • Loading branch information
okdas committed May 7, 2024
1 parent c796223 commit 15951f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down

0 comments on commit 15951f8

Please sign in to comment.