Skip to content

Commit

Permalink
Merge pull request #145 from peterdemin/master
Browse files Browse the repository at this point in the history
formulas.jinja: python 2.6 support
  • Loading branch information
nmadhok committed Jun 17, 2015
2 parents 4eb6d87 + eb421c6 commit c358d4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion salt/formulas.sls
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
{% for entry in entries %}
{% set basedir = formulas_git_opt(env, 'basedir') %}
{% set gitdir = '{}/{}'.format(basedir, entry) %}
{% set gitdir = '{0}/{1}'.format(basedir, entry) %}
{% set update = formulas_git_opt(env, 'update')|load_yaml %}
# Setup the directory hosting the Git repository
Expand Down

0 comments on commit c358d4d

Please sign in to comment.