Skip to content

Commit 4dda5e7

Browse files
committed
fixing linux permission issue
1 parent 97ced53 commit 4dda5e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

divio_cli/localdev/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ def pull_media(client, stage, remote_id=None, path=None):
475475
check_call(
476476
docker_compose(
477477
'run', '--rm', 'web',
478-
'chown', '-R', str(os.getuid()), remote_data_folder
478+
'chown', str(os.getuid()), remote_data_folder
479479
)
480480
)
481481

0 commit comments

Comments
 (0)