Skip to content

Commit

Permalink
[FIX] Use LANGUAGE, not LANG, as introduced in FIX https://github.com…
Browse files Browse the repository at this point in the history
  • Loading branch information
karmi committed Jan 3, 2011
1 parent 0a626fd commit b577b18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class Application < Sinatra::Base
cmd << "rm -rf output/cz"
cmd << "git fetch origin"
cmd << "git reset origin/czech --hard"
cmd << "rake generate_guides ONLY=getting_started LANG=cz"
cmd << "rake generate_guides ONLY=getting_started LANGUAGE=cz"
puts "Running command: " + cmd.join(' && ')
system cmd.join(' && ')
end
Expand Down

0 comments on commit b577b18

Please sign in to comment.