Removed blank line

This commit is contained in:
Imperadeiro98 2015-01-31 22:18:02 +00:00
parent 1b42dceb4f
commit 4794c581b6

View file

@ -9,4 +9,3 @@ coco_path = os.getenv("COCO_DIR",os.path.join(current_directory,os.pardir))
nodemon_path = coco_path + os.sep + "node_modules" + os.sep + ".bin" + os.sep + "nodemon"
call(nodemon_path + " . --ext \".coffee|.js\" --watch server --watch server_config.js --watch server_setup.coffee --watch app" + os.sep + "schemas",shell=True,cwd=coco_path)