Skip to content

Commit

Permalink
fix interpolation typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jnunemaker authored and josh committed Jan 29, 2009
1 parent 049446d commit 52ad51b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/capistrano/ext/slicehost/aptitude.rb
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
task :setup, :roles => :app do
update
language = ENV["LANG"] || "en_GB.UTF-8"
sudo "locale-gen language"
sudo "locale-gen #{language}"
sudo "/usr/sbin/update-locale LANG=#{language}"
safe_upgrade
full_upgrade
Expand Down

0 comments on commit 52ad51b

Please sign in to comment.