Skip to content

Commit

Permalink
use whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
avimar committed Jul 29, 2012
1 parent 69ec588 commit 08693a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions salt/states/git.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ def latest(name,
'revision is {1})').format(target, current_rev))

__salt__['git.pull'](target, user=runas)

if rev:
__salt__['git.checkout'](target, rev, user=runas)

Expand Down

0 comments on commit 08693a7

Please sign in to comment.