Skip to content

Commit

Permalink
* correct erb file for netatalk
Browse files Browse the repository at this point in the history
  • Loading branch information
dudemeister committed Feb 19, 2013
1 parent 29c9025 commit edd857d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netatalk.rb
Expand Up @@ -62,7 +62,7 @@
babushka_config? "/usr/local/etc/afp.conf"
}
meet {
render_erb "netatalk/netatalk.conf.erb", :to => "/usr/local/etc/afp.conf", :sudo => true
render_erb "netatalk/afp.conf.erb", :to => "/usr/local/etc/afp.conf", :sudo => true
}
after {
sudo "/etc/init.d/netatalk restart"
Expand Down

0 comments on commit edd857d

Please sign in to comment.