Fixing indentation in fabfile.py.

Brian E. Granger 13 years ago
parent 3e08874316
commit e77e2fe409

@ -9,7 +9,7 @@ components_dir = os.path.join(static_dir,'components')
def components():
"""install components with bower"""
"""install components with bower"""
with lcd(static_dir):
local('bower install')

Loading…
Cancel
Save