summaryrefslogtreecommitdiffhomepage
path: root/lib/felpack/example/tasks/update.rake
blob: 0739bd6e2fa9359d9227340b2860f002283898b9 (plain)
1
2
3
4
5
6
7

namespace :felupdate do
  desc 'Update the Exmaple FelPackage'
  task :example do
    puts 'The FelPack was pretend-updated!'
  end
end