Baoyuantop commented on code in PR #12754:
URL: https://github.com/apache/apisix/pull/12754#discussion_r2917020824


##########
Makefile:
##########
@@ -427,7 +427,7 @@ release-src: compress-tar
        gpg --batch --yes --armor --detach-sig $(project_release_name).tgz
        shasum -a 512 $(project_release_name).tgz > 
$(project_release_name).tgz.sha512
 
-       $(call func_check_folder,release)
+       $(call func_check_folder, release)

Review Comment:
   Please retain spaces.



##########
Makefile:
##########
@@ -496,6 +496,7 @@ ci-env-stop:
 .PHONY: build-on-debian-dev
 build-on-debian-dev:
        @$(call func_echo_status, "$@ -> [ Start ]")
+       $(call func_check_folder, ui)

Review Comment:
   ```suggestion
        $(call func_check_folder,ui)
   ```



-- 
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]

Reply via email to