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'