Skip to content

Commit

Permalink
update deploy.json
Browse files Browse the repository at this point in the history
  • Loading branch information
adgaudio committed Oct 9, 2014
1 parent 5584aeb commit fc2f210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"cmd": "python setup.py bdist_egg -d . ; mv *egg scheduler.egg",
"cmd": "rm -rf *egg && python setup.py bdist_egg -d . && ls && mv *egg scheduler.egg",
"files": ["scheduler.egg"]
}

0 comments on commit fc2f210

Please sign in to comment.