Skip to content

Commit

Permalink
fix rubocop error for Rakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
schurzi committed Apr 24, 2021
1 parent 2e5b75c commit af1ac0d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ task :changelog do
# Automatically generate a changelog for this project. Only loaded if
# the necessary gem is installed. By default its picking up the version from
# inspec.yml. You can override that behavior with `rake changelog to=1.2.0`
begin
require 'yaml'
metadata = YAML.load_file('inspec.yml')
v = ENV['to'] || metadata['version']
Expand Down

0 comments on commit af1ac0d

Please sign in to comment.