Skip to content

Commit

Permalink
Set src directory permissions
Browse files Browse the repository at this point in the history
750 FTW!
  • Loading branch information
Julian Andrews committed Apr 12, 2017
1 parent ffde04f commit a0059ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fusionbox/fabric/django/new.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ def upload_source(gitref, directory):
)

run('cp -l environment {new}/.env'.format(new=directory))
run('chmod go+rx {}'.format(directory))
run('chmod 750 {}'.format(directory))


def pip_install():
Expand Down

0 comments on commit a0059ef

Please sign in to comment.