From 402522369e7e6c961ac894045804a58e32c76b7e Mon Sep 17 00:00:00 2001 From: Aaron Trudeau <36064197+trudeaua21@users.noreply.github.com> Date: Thu, 30 Jun 2022 21:33:56 -0400 Subject: [PATCH] log permissions for package folder --- dist/steps/run_tests.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dist/steps/run_tests.sh b/dist/steps/run_tests.sh index 1b230c0..d4e243e 100755 --- a/dist/steps/run_tests.sh +++ b/dist/steps/run_tests.sh @@ -49,8 +49,7 @@ if [ "$PACKAGE_MODE" = "true" ]; then echo "###########################" echo "" - ls -ld "$UNITY_PROJECT_PATH" - ls -a "$UNITY_PROJECT_PATH" + ls -la "$UNITY_PROJECT_PATH" echo "" echo "Creating an empty Unity project to add the package $PACKAGE_NAME to."