Skip to content

Instantly share code, notes, and snippets.

@paeschli
Created January 7, 2013 15:05
Show Gist options
  • Save paeschli/4475631 to your computer and use it in GitHub Desktop.
Save paeschli/4475631 to your computer and use it in GitHub Desktop.
160,161c160,161
< puts "#{PlatformInfo.rake_command} apache2:clean apache2 RELEASE=yes"
< return sh("#{PlatformInfo.rake_command} apache2:clean apache2 RELEASE=yes")
---
> puts "#{PlatformInfo.rake_command} apache2 apache2 RELEASE=yes"
> return sh("#{PlatformInfo.rake_command} apache2 apache2 RELEASE=yes")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment