Skip to content
This repository has been archived by the owner on Oct 1, 2019. It is now read-only.

Commit

Permalink
remove elipse
Browse files Browse the repository at this point in the history
  • Loading branch information
Chad Pytel authored and Tammer Saleh committed Apr 3, 2009
1 parent 57a0b55 commit 8285bd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/hoptoad.rb
Expand Up @@ -14,7 +14,7 @@
rails_env = fetch(:rails_env, "production")
local_user = ENV['USER'] || ENV['USERNAME']
notify_command = "rake RAILS_ENV=#{rails_env} hoptoad:deploy TO=#{rails_env} REVISION=#{current_revision} REPO=#{repository} USER=#{local_user}"
puts "Notifying Hoptoad of Deploy (#{notify_command})..."
puts "Notifying Hoptoad of Deploy (#{notify_command})"
`#{notify_command}`
puts "Hoptoad Notification Complete."
end
Expand Down

0 comments on commit 8285bd2

Please sign in to comment.