Skip to content

Commit

Permalink
Tag fillin fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Sogard committed Feb 27, 2015
1 parent 7117c50 commit a03f1b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fabfile.py
Expand Up @@ -35,7 +35,7 @@ def bootstrap():
@task
def tag(tag):
'''Tag the current HEAD, pushes tags to origin'''
local('git tag %s')
local('git tag %s' % (tag))
local('git push origin --tags')


Expand Down

0 comments on commit a03f1b5

Please sign in to comment.