From 5ba3e6e899272cea11c7ff29681faf58a866bd0d Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Fri, 12 Feb 2010 13:07:33 -0500 Subject: [PATCH] transformation complete --- Commands/Update Bundle via Git.tmCommand | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Commands/Update Bundle via Git.tmCommand b/Commands/Update Bundle via Git.tmCommand index 50542f7..2e4726c 100644 --- a/Commands/Update Bundle via Git.tmCommand +++ b/Commands/Update Bundle via Git.tmCommand @@ -9,7 +9,7 @@ echo "<pre>" [ -d ".git" ] && git pull -[ ! -d .git ] && echo "You must install the bundle using Git in order to update via this command. More info: http://github.com/minimaldesign/mCSS.tmbundle" +[ ! -d .git ] && echo "You must install the bundle using Git in order to update via this command. More info: http://github.com/kennethreitz/kCSS.tmbundle" osascript -e 'tell app "TextMate" to reload bundles'