Skip to content
This repository was archived by the owner on Mar 21, 2018. It is now read-only.

Commit

Permalink
s/execute/invoke/g
Browse files Browse the repository at this point in the history
  • Loading branch information
lamont-granquist committed Aug 4, 2016
1 parent de95fa3 commit 9fccdca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Thorfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@ class Default < Thor

desc "build", "Build buff-config-#{Buff::Config::VERSION}.gem into the pkg directory"
def build
Rake::Task["build"].execute
Rake::Task["build"].invoke
end

desc "install", "Build and install buff-config-#{Buff::Config::VERSION}.gem into system gems"
def install
Rake::Task["install"].execute
Rake::Task["install"].invoke
end

desc "release", "Create tag v#{Buff::Config::VERSION} and build and push buff-config-#{Buff::Config::VERSION}.gem to Rubygems"
def release
Rake::Task["release"].execute
Rake::Task["release"].invoke
end
end

Expand Down

0 comments on commit 9fccdca

Please sign in to comment.