Skip to content

Commit

Permalink
Update Rakefile
Browse files Browse the repository at this point in the history
Co-authored-by: Benjamin Quorning <22333+bquorning@users.noreply.github.com>
  • Loading branch information
ydah and bquorning authored Oct 17, 2024
1 parent 2711690 commit f7ced95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ task confirm_documentation: :generate_cops_documentation do
stdout, _stderr, status =
Open3.capture3('git diff --exit-code docs/')

unless process.to_i.zero?
unless status.success?
puts 'Documentation is out of sync:'
puts stdin
raise 'Please run `rake generate_cops_documentation` ' \
Expand Down

0 comments on commit f7ced95

Please sign in to comment.