Skip to content

Commit

Permalink
Updated gem:install task.
Browse files Browse the repository at this point in the history
  • Loading branch information
djberg96 committed Jul 6, 2014
1 parent 8b3196e commit 42ee1ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Rakefile
Expand Up @@ -17,9 +17,9 @@ namespace 'gem' do
end

desc 'Install the win32-taskscheduler library as a gem'
task :install => [:build] do
task :install => [:create] do
file = Dir['win32-taskscheduler*.gem'].first
sh "gem install #{file}"
sh "gem install -l #{file}"
end
end

Expand Down

0 comments on commit 42ee1ad

Please sign in to comment.