summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorMatt Wrock <matt@mattwrock.com>2016-10-06 12:44:58 -0700
committerMatt Wrock <matt@mattwrock.com>2016-10-06 12:44:58 -0700
commit747454c0862b0813df1529423d86d7e4706d873a (patch)
treeb2a48db962edd0f15f6a0d0da7e853d3e948e069 /Rakefile
parent4e3c825d55b678413e8219ab13a99cfb12fedaf7 (diff)
downloadchef-747454c0862b0813df1529423d86d7e4706d873a.tar.gz
small change to test bump bot
Signed-off-by: Matt Wrock <matt@mattwrock.com>
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 74a30d45b0..98216cf5fd 100644
--- a/Rakefile
+++ b/Rakefile
@@ -33,7 +33,7 @@ ChefConfig::PackageTask.new(File.expand_path("..", __FILE__), "Chef", "chef") do
package.component_paths = ["chef-config"]
package.generate_version_class = true
end
-# Add a conservative dependency update to version:bump (which was created by PackageTask)
+# Add conservative dependency update to version:bump (which was created by PackageTask)
task "version:bump" => %w{version:bump_patch version:update}
task "version:bump" => %w{version:bump_patch version:update}