Skip to content
This repository has been archived by the owner on Aug 5, 2021. It is now read-only.

Commit

Permalink
Actually fix #109
Browse files Browse the repository at this point in the history
- Note: This is whack. Totally whack.
  • Loading branch information
benjaminws committed Feb 20, 2014
1 parent 7951836 commit 421e7c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cookbooks/pydotorg-redesign/metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
license "BSD"
description "Configuration for new.python.org"
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version "0.1.3"
version "0.1.4"

depends "application_nginx"
depends "application_python"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ server {
if ($is_args != "") {
return 301 http://legacy.python.org/sf?$args;
}
return 301 http://legacy.python.org/sf;
return 301 http://legacy.python.org/sf$1;
}

<% @resource.static_files.each do |url, path| %>
Expand Down

0 comments on commit 421e7c4

Please sign in to comment.