* typo in audiomixer

This commit is contained in:
Seth Call 2014-01-08 22:05:41 +00:00
parent 9e7debdeda
commit 519650e265
2 changed files with 3 additions and 1 deletions

2
ruby/config/resque.yml Normal file
View File

@ -0,0 +1,2 @@
test:
redis: localhost:6379

View File

@ -23,7 +23,7 @@ module JamRuby
path = "/var/lib/audiomixer/audiomixer/audiomixerapp"
system("tar zxvf some_big_tarball.tar.gz"))
system("tar zxvf some_big_tarball.tar.gz")
end