From 1bd86a64d2d6d41b6156f28f2d885c4e8e2dd549 Mon Sep 17 00:00:00 2001 From: dan moseley Date: Mon, 14 Mar 2016 20:34:18 -0700 Subject: [PATCH] Fix casing in update script --- tools/update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/update.sh b/tools/update.sh index 0b67687..0020356 100755 --- a/tools/update.sh +++ b/tools/update.sh @@ -1,4 +1,4 @@ #!/bin/bash -rsync -a --del -i --exclude='.git' ~/Web\ Inspector/ ~/Library/Application\ Support/Sublime\ Text\ 3/Packages/web\ inspector +rsync -a --del -i --exclude='.git' ~/Web\ Inspector/ ~/Library/Application\ Support/Sublime\ Text\ 3/Packages/Web\ Inspector