butterfly1924 commented on code in PR #2527:
URL: https://github.com/apache/apisix-dashboard/pull/2527#discussion_r929428883
##########
Makefile:
##########
@@ -59,8 +59,8 @@ endif
.PHONY: dag-lib
dag-lib:
ifeq ("$(wildcard api/dag-to-lua/dag-to-lua.lua)", "")
- curl -Lso /tmp/v1.1.tar.gz
https://github.com/api7/dag-to-lua/archive/v1.1.tar.gz
- tar -zxvf /tmp/v1.1.tar.gz -C /tmp
+ curl -Lso /tmp/v1.1.tar.gz
https://github.com/api7/dag-to-lua/archive/v1.1.tar.gz
+ tar -zxvf /tmp/v1.1.tar.gz -C /tmp
Review Comment:
Hi @bzp2010, spaces are now tabs
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]