Skip to content

Commit

Permalink
Test wrong doc
Browse files Browse the repository at this point in the history
  • Loading branch information
joseivanlopez committed Nov 11, 2022
1 parent dad57ca commit 6259125
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ jobs:
run: bundle config set --local with 'development' && bundle install

- name: Generate doc
run: bundle exec yardoc
run: bundle exec yardoc --fail-on-warning

cli_tests:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion service/lib/dinstaller/config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def copy

# Returns a new {Config} with the merge of the given ones
#
# @param config [Config, Hash]
# @params config [Config, Hash]
# @return [Config] new Configuration with the merge of the given ones
def merge(config)
Config.new(simple_merge(data, config.data))
Expand Down

0 comments on commit 6259125

Please sign in to comment.