Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Alastair Brunton committed Mar 12, 2015
1 parent 80157cb commit 0660520
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/recipiez/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Recipiez
VERSION = '0.7.0'
VERSION = '0.7.1'
end
2 changes: 1 addition & 1 deletion recipes/apache.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
apache_conf = "/etc/apache2/sites-available/#{application}.conf"
put render("passenger_vhost", binding), "#{application}.conf"
sudo "mv #{application}.conf #{apache_conf}"
sudo "a2ensite #{application}"
sudo "a2ensite #{application}.conf"
sudo "/etc/init.d/apache2 reload"
end

Expand Down

0 comments on commit 0660520

Please sign in to comment.