(CONT-844) - Update .sync.yml
[puppet-modules/puppetlabs-apt.git] / Rakefile
index 4ce129ff64937607a984b5b11da838b21032d84b..8fdf11b99809ef23b728d16eb2e6b638888dbc25 100644 (file)
--- a/Rakefile
+++ b/Rakefile
@@ -44,6 +44,7 @@ end
 PuppetLint.configuration.send('disable_relative')
 PuppetLint.configuration.send('disable_anchor_resource')
 
+
 if Bundler.rubygems.find_name('github_changelog_generator').any?
   GitHubChangelogGenerator::RakeTask.new :changelog do |config|
     raise "Set CHANGELOG_GITHUB_TOKEN environment variable eg 'export CHANGELOG_GITHUB_TOKEN=valid_token_here'" if Rake.application.top_level_tasks.include? "changelog" and ENV['CHANGELOG_GITHUB_TOKEN'].nil?