Closed shinyaohtani closed 4 years ago
Some bad description were found.
- @params[:open] = true if @params.keys.include?(:app) + @params[:open] = true if @params.key?(:app)
- baseurl = remote_origin_url.gsub(/:/, '/').gsub(/^.*@/, 'https://').gsub(/\.git$/, '') + baseurl = remote_origin_url.tr(':', '/').gsub(/^.*@/, 'https://').gsub(/\.git$/, '')
Some bad description were found.