Skip to content

Commit

Permalink
Add alias for 422
Browse files Browse the repository at this point in the history
Handle 422 already to be able to prepare links in sites that deploy
slowly
  • Loading branch information
lnussel committed Oct 4, 2016
1 parent b0aa1af commit 1555bb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/main_controller.rb
Expand Up @@ -151,7 +151,7 @@ def set_release(release)
@repourl = "http://download.opensuse.org/distribution/leap/42.1"
@gpg = "22C0 7BA5 3417 8CD0 2EFE 22AA B88B 2FD4 3DBD C284"

elsif release == "developer"
elsif release == "developer" || release == "422"
@isos = {}
@directory = "http://download.opensuse.org/distribution/leap/42.2-Beta2"
@leap = true
Expand Down

0 comments on commit 1555bb5

Please sign in to comment.