Skip to content

Commit

Permalink
Rakefile descriptions didn't match tasks.
Browse files Browse the repository at this point in the history
  • Loading branch information
georgebrock committed Mar 31, 2011
1 parent 89adfa0 commit efdedff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Rakefile
Expand Up @@ -30,7 +30,7 @@ task :update do
puts "\nVersion updated to #{Spotify.version} (#{Spotify.bundle_version})" puts "\nVersion updated to #{Spotify.version} (#{Spotify.bundle_version})"
end end


desc 'Recompile the plugin and restart Spotify' desc 'Recompile the plugin'
task :build do task :build do
system 'xcodebuild' system 'xcodebuild'
end end
Expand Down Expand Up @@ -60,6 +60,7 @@ namespace :spotify do
puts "#{Spotify.version} (#{Spotify.bundle_version})" puts "#{Spotify.version} (#{Spotify.bundle_version})"
end end


desc 'Restart Spotify'
task :restart do task :restart do
system 'killall', 'Spotify' system 'killall', 'Spotify'
system 'open', Spotify.path system 'open', Spotify.path
Expand Down

0 comments on commit efdedff

Please sign in to comment.