diff options
Diffstat (limited to 'paredit/watch')
-rwxr-xr-x | paredit/watch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/paredit/watch b/paredit/watch index 2cc78e0..71ad30d 100755 --- a/paredit/watch +++ b/paredit/watch @@ -2,7 +2,7 @@ [ -f paredit.release ] && rm paredit.release -wget 'http://mumble.net/~campbell/emacs/paredit.release' -O paredit.release >/dev/null 2>/dev/null +wget 'http://mumble.net/~campbell/emacs' -O paredit.release >/dev/null 2>/dev/null if [ $? = 0 ]; then [ -f unfetchable ] && rm unfetchable |