From 4a43ab40b079cf0fcf8d3a560a29b33f391bd69a Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Tue, 1 Dec 2015 22:40:38 -0800 Subject: [PATCH] update 1 --- autoupdate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoupdate b/autoupdate index 31ce681..35b36b6 100755 --- a/autoupdate +++ b/autoupdate @@ -3,7 +3,7 @@ set -e alias db="dropbox_uploader" rm -r lib -db -q download py/lib +db -q download py/lib >/dev/null if [ ! -d .git ]; then git -q init