Skip to content

Commit

Permalink
Merge pull request thomasvandoren#11 from oc243/master
Browse files Browse the repository at this point in the history
Add missing @s.
  • Loading branch information
thomasvandoren committed Jun 4, 2014
2 parents 1632aec + fa5cd36 commit ffe6dda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/etckeeper.conf.erb
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ DARCS_COMMIT_OPTIONS="-a"

# The high-level package manager that's being used.
# (apt, pacman-g2, yum etc)
HIGHLEVEL_PACKAGE_MANAGER=<%= etckeeper_high_pkg_mgr %>
HIGHLEVEL_PACKAGE_MANAGER=<%= @etckeeper_high_pkg_mgr %>

# The low-level package manager that's being used.
# (dpkg, rpm, pacman-g2, etc)
LOWLEVEL_PACKAGE_MANAGER=<%= etckeeper_low_pkg_mgr %>
LOWLEVEL_PACKAGE_MANAGER=<%= @etckeeper_low_pkg_mgr %>

0 comments on commit ffe6dda

Please sign in to comment.