Skip to content

Commit

Permalink
follow 1.24 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
lrz committed Sep 20, 2012
1 parent 2416bf4 commit dfb1bcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/motion/project/testflight.rb
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ def testflight
end; end; end

namespace 'testflight' do
desc "Submit a development archive to TestFlight"
task :submit => 'archive:development' do
desc "Submit an archive to TestFlight"
task :submit => 'archive' do
# Retrieve configuration settings.
prefs = App.config.testflight
App.fail "A value for app.testflight.api_token is mandatory" unless prefs.api_token
Expand Down

0 comments on commit dfb1bcf

Please sign in to comment.