Use the jruby environment as the indicator of the General Available channel

I've been using my own instance as a secondary alpha channel.
This commit is contained in:
R. Tyler Croy 2017-12-19 13:52:56 -08:00
parent 8e1707e01c
commit 71a807b958
No known key found for this signature in database
GPG Key ID: 1426C7DC3F51E16F
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ module CodeValet::Canary::DAO
def rebuilt_ga
return cache.get_or_set('rebuiltGA', :expires_in => CACHE_SECONDS) do
rebuilt_for('rtyler')
rebuilt_for('jruby')
end
end