* taking out verbose setting

This commit is contained in:
Seth Call 2012-12-06 06:50:01 -06:00
parent b66b403df4
commit 26c23c6140
1 changed files with 1 additions and 1 deletions

2
build
View File

@ -1,7 +1,7 @@
#!/bin/bash
echo "updating dependencies"
bundle update --verbose
bundle update
if [ "$?" = "0" ]; then
echo "success: updated dependencies"
else