summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSalim Alam <salam@chef.io>2016-03-21 21:24:06 -0700
committerSalim Alam <salam@chef.io>2016-03-21 21:24:06 -0700
commit2eb68bac416ccfcd87b5c29270a22cc4cc59e628 (patch)
tree2e3c654971da7859ac3dbc12a7ae3cb49153ba87
parent54934c5101d1c953595d820eb178c8479fdee295 (diff)
downloadchef-2eb68bac416ccfcd87b5c29270a22cc4cc59e628.tar.gz
Fix Rubocop error in package_task
-rw-r--r--chef-config/lib/chef-config/package_task.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-config/lib/chef-config/package_task.rb b/chef-config/lib/chef-config/package_task.rb
index d6f7e55415..43d01f53ef 100644
--- a/chef-config/lib/chef-config/package_task.rb
+++ b/chef-config/lib/chef-config/package_task.rb
@@ -209,7 +209,7 @@ end
end
end
- task :version => 'version:update'
+ task :version => "version:update"
Dir[File.expand_path("*gemspec", root_path)].reverse_each do |gemspec_path|
gemspec = eval(IO.read(gemspec_path))