Skip to content

Commit 74d1ff8

Browse files
RANGER-5521:Fix incorrect chmod command in docker readme.md (#877)
1 parent 0855b33 commit 74d1ff8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dev-support/ranger-docker/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Use Dockerfiles in this directory to create docker images and run them to build
5151
Execute following command to build Apache Ranger:
5252
~~~
5353
54-
chmod +x scripts/*.sh
54+
chmod +x scripts/**/*.sh
5555
5656
# optional step: a fresh build ensures that the correct jdk version is used
5757
docker compose -f docker-compose.ranger-build.yml build

0 commit comments

Comments
 (0)