Skip to content

Commit f3f7ea0

Browse files
committed
Removed redundant chmod operation
1 parent 88ec07b commit f3f7ea0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/run_local_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ pwd
2424

2525
# Create the directory where the tests results will be stored
2626
sudo mkdir -p build/logs
27-
sudo chmod -R 777 build build/logs
27+
sudo chmod -R 777 build/logs
2828

2929
../scripts/install_composer.sh
3030

0 commit comments

Comments
 (0)