]> git.phdru.name Git - git-scripts.git/blobdiff - update
Do not mirror
[git-scripts.git] / update
diff --git a/update b/update
index 7eb5ffcba2b4087591949db022256efec58c863b..e76a158cbe4de7d6365928f819bd5f34b2ab944b 100755 (executable)
--- a/update
+++ b/update
@@ -21,7 +21,6 @@ git pull --ff-only current master &&
 web="`git config --get --path remote.web.url`" &&
 if [ -n "$web" ]; then
    git push web &&
-   cd "$web" && git branch -dr current/master
 fi &&
 
 cd "$current" && exec git pull origin