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

Commit 1f0c3eb

Browse files
committedMay 8, 2017
Fix typo in Rakefile
1 parent 6099cad commit 1f0c3eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Rakefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ end
1818

1919
namespace :release do
2020
desc 'Create a new release on CocoaPods'
21-
task :new => [:check_versions, 'xcode:tests', :cocoapods]
21+
task :new => [:check_versions, 'xcode:test', :cocoapods]
2222

2323
desc 'Check if all versions from the podspecs and CHANGELOG match'
2424
task :check_versions do

0 commit comments

Comments
 (0)
Failed to load comments.