Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
gordonje committed Apr 20, 2017
1 parent 51f1120 commit 1789170
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fabfile/chef.py
Expand Up @@ -50,7 +50,7 @@ def installchef(version='13.0.118'):
# Install Chef
sudo(
'curl -L https://www.chef.io/chef/install.sh | sudo bash -s -- -v %s' % version,
pty=True,
pty=True,
)


Expand Down

0 comments on commit 1789170

Please sign in to comment.