lib/ios_toolchain/tasks/shipit.rake in ios_toolchain-0.2.2 vs lib/ios_toolchain/tasks/shipit.rake in ios_toolchain-0.2.3
- old
+ new
@@ -1,5 +1,5 @@
desc "Checks that we're ready to push, and then pushes the current branch to origin"
task :shipit => [:validate, "git:push_origin"] do
- puts "That ship has sailed! 😎"
+ puts 'That ship has sailed! 😎'
end