Skip to content

Commit

Permalink
whoops, actually fix these things lateau++
Browse files Browse the repository at this point in the history
  • Loading branch information
bubaflub committed Feb 19, 2011
1 parent e90ade7 commit 2a5c349
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Rakefile
Expand Up @@ -260,11 +260,9 @@ task :smolder => "report.tar.gz" do
`#{command} || exit 1`

if $?.exitstatus == 0
puts 'Your report sumitted.', 'You can see other recent reports
at http://smolder.parrot.org/app/projects/smoke_reports/10'
puts 'Your report sumitted.', 'You can see other recent reports at http://smolder.parrot.org/app/projects/smoke_reports/10'
else
puts 'Error occurred. Please contact Cardinal Team.', '#cardinal
on irc.parrot.org'
puts 'Error occurred. Please contact Cardinal Team.', '#cardinal on irc.parrot.org'
end
end

Expand Down

0 comments on commit 2a5c349

Please sign in to comment.