Skip to content

Commit

Permalink
Removed date from Rakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
kolber committed Dec 15, 2010
1 parent e5de289 commit 00be61c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ end

desc "Zip up a release"
task :release => :compile do
`cat Manifest | zip -9 -@ audiojs-\`date "+%d-%m-%Y"\`.zip`
`cat Manifest | zip -9 -@ audiojs.zip`
end

#desc "Run the test suite"
Expand Down

0 comments on commit 00be61c

Please sign in to comment.