Fix translations sed on CI

It actually replaces the whole line and croaks if branch is on a second
line ...

[ci skip]
pull/4954/head
Oliver Günther 8 years ago
parent 74bfe0cff5
commit d1e5da7e5e
No known key found for this signature in database
GPG Key ID: 88872239EB414F99
  1. 3
      Gemfile

@ -253,8 +253,7 @@ platforms :jruby do
end
group :opf_plugins do
gem 'openproject-translations', git: 'https://github.com/opf/openproject-translations.git',
branch: 'dev'
gem 'openproject-translations', git: 'https://github.com/opf/openproject-translations.git', branch: 'dev'
end
# TODO: Make this group :optional when bundler v10.x

Loading…
Cancel
Save